Class UpdateOfferingIbmOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.UpdateOfferingIbmOptions.Builder
-
- Enclosing class:
- UpdateOfferingIbmOptions
public static class UpdateOfferingIbmOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateOfferingIbmOptions.BuilderapprovalType(java.lang.String approvalType)Set the approvalType.UpdateOfferingIbmOptions.Builderapproved(java.lang.String approved)Set the approved.UpdateOfferingIbmOptionsbuild()Builds a UpdateOfferingIbmOptions.UpdateOfferingIbmOptions.BuildercatalogIdentifier(java.lang.String catalogIdentifier)Set the catalogIdentifier.UpdateOfferingIbmOptions.BuilderofferingId(java.lang.String offeringId)Set the offeringId.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(java.lang.String catalogIdentifier, java.lang.String offeringId, java.lang.String approvalType, java.lang.String approved)Instantiates a new builder with required properties.- Parameters:
catalogIdentifier- the catalogIdentifierofferingId- the offeringIdapprovalType- the approvalTypeapproved- the approved
-
-
Method Detail
-
build
public UpdateOfferingIbmOptions build()
Builds a UpdateOfferingIbmOptions.- Returns:
- the new UpdateOfferingIbmOptions instance
-
catalogIdentifier
public UpdateOfferingIbmOptions.Builder catalogIdentifier(java.lang.String catalogIdentifier)
Set the catalogIdentifier.- Parameters:
catalogIdentifier- the catalogIdentifier- Returns:
- the UpdateOfferingIbmOptions builder
-
offeringId
public UpdateOfferingIbmOptions.Builder offeringId(java.lang.String offeringId)
Set the offeringId.- Parameters:
offeringId- the offeringId- Returns:
- the UpdateOfferingIbmOptions builder
-
approvalType
public UpdateOfferingIbmOptions.Builder approvalType(java.lang.String approvalType)
Set the approvalType.- Parameters:
approvalType- the approvalType- Returns:
- the UpdateOfferingIbmOptions builder
-
approved
public UpdateOfferingIbmOptions.Builder approved(java.lang.String approved)
Set the approved.- Parameters:
approved- the approved- Returns:
- the UpdateOfferingIbmOptions builder
-
-