Class GetObjectOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.GetObjectOptions.Builder
-
- Enclosing class:
- GetObjectOptions
public static class GetObjectOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetObjectOptionsbuild()Builds a GetObjectOptions.GetObjectOptions.BuildercatalogIdentifier(java.lang.String catalogIdentifier)Set the catalogIdentifier.GetObjectOptions.BuilderobjectIdentifier(java.lang.String objectIdentifier)Set the objectIdentifier.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(java.lang.String catalogIdentifier, java.lang.String objectIdentifier)Instantiates a new builder with required properties.- Parameters:
catalogIdentifier- the catalogIdentifierobjectIdentifier- the objectIdentifier
-
-
Method Detail
-
build
public GetObjectOptions build()
Builds a GetObjectOptions.- Returns:
- the new GetObjectOptions instance
-
catalogIdentifier
public GetObjectOptions.Builder catalogIdentifier(java.lang.String catalogIdentifier)
Set the catalogIdentifier.- Parameters:
catalogIdentifier- the catalogIdentifier- Returns:
- the GetObjectOptions builder
-
objectIdentifier
public GetObjectOptions.Builder objectIdentifier(java.lang.String objectIdentifier)
Set the objectIdentifier.- Parameters:
objectIdentifier- the objectIdentifier- Returns:
- the GetObjectOptions builder
-
-