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