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