Class GetDeliveryConfigurationOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.GetDeliveryConfigurationOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetDeliveryConfigurationOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getDeliveryConfiguration options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetDeliveryConfigurationOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcontainerId()Gets the containerId.GetDeliveryConfigurationOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public GetDeliveryConfigurationOptions.Builder newBuilder()
New builder.- Returns:
- a GetDeliveryConfigurationOptions 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
-
-