Class GetInitializeStatusOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dpx_services.dpx.v1.model.GetInitializeStatusOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetInitializeStatusOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getInitializeStatus options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetInitializeStatusOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
containerId()
Gets the containerId.GetInitializeStatusOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public GetInitializeStatusOptions.Builder newBuilder()
New builder.- Returns:
- a GetInitializeStatusOptions builder
-
containerId
public java.lang.String containerId()
Gets the containerId. Container ID of the data product catalog. If not supplied, the data product catalog is looked up by using the uid of the default data product catalog.- Returns:
- the containerId
-
-