Class GetDataProductReleaseOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.dph_services.dph.v1.model.GetDataProductReleaseOptions.Builder
-
- Enclosing class:
- GetDataProductReleaseOptions
public static class GetDataProductReleaseOptions.Builder extends java.lang.Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetDataProductReleaseOptions
build()
Builds a GetDataProductReleaseOptions.GetDataProductReleaseOptions.Builder
dataProductId(java.lang.String dataProductId)
Set the dataProductId.GetDataProductReleaseOptions.Builder
releaseId(java.lang.String releaseId)
Set the releaseId.
-
-
-
Method Detail
-
build
public GetDataProductReleaseOptions build()
Builds a GetDataProductReleaseOptions.- Returns:
- the new GetDataProductReleaseOptions instance
-
dataProductId
public GetDataProductReleaseOptions.Builder dataProductId(java.lang.String dataProductId)
Set the dataProductId.- Parameters:
dataProductId
- the dataProductId- Returns:
- the GetDataProductReleaseOptions builder
-
releaseId
public GetDataProductReleaseOptions.Builder releaseId(java.lang.String releaseId)
Set the releaseId.- Parameters:
releaseId
- the releaseId- Returns:
- the GetDataProductReleaseOptions builder
-
-