Class GetOfferingOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.GetOfferingOptions.Builder
-
- Enclosing class:
- GetOfferingOptions
public static class GetOfferingOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetOfferingOptionsbuild()Builds a GetOfferingOptions.GetOfferingOptions.BuildercatalogIdentifier(java.lang.String catalogIdentifier)Set the catalogIdentifier.GetOfferingOptions.Builderdigest(java.lang.Boolean digest)Set the digest.GetOfferingOptions.BuilderofferingId(java.lang.String offeringId)Set the offeringId.GetOfferingOptions.Buildertype(java.lang.String type)Set the type.
-
-
-
Method Detail
-
build
public GetOfferingOptions build()
Builds a GetOfferingOptions.- Returns:
- the new GetOfferingOptions instance
-
catalogIdentifier
public GetOfferingOptions.Builder catalogIdentifier(java.lang.String catalogIdentifier)
Set the catalogIdentifier.- Parameters:
catalogIdentifier- the catalogIdentifier- Returns:
- the GetOfferingOptions builder
-
offeringId
public GetOfferingOptions.Builder offeringId(java.lang.String offeringId)
Set the offeringId.- Parameters:
offeringId- the offeringId- Returns:
- the GetOfferingOptions builder
-
type
public GetOfferingOptions.Builder type(java.lang.String type)
Set the type.- Parameters:
type- the type- Returns:
- the GetOfferingOptions builder
-
digest
public GetOfferingOptions.Builder digest(java.lang.Boolean digest)
Set the digest.- Parameters:
digest- the digest- Returns:
- the GetOfferingOptions builder
-
-