Class CreateObjectAccessOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.CreateObjectAccessOptions.Builder
-
- Enclosing class:
- CreateObjectAccessOptions
public static class CreateObjectAccessOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateObjectAccessOptions.BuilderaccountIdentifier(java.lang.String accountIdentifier)Set the accountIdentifier.CreateObjectAccessOptionsbuild()Builds a CreateObjectAccessOptions.CreateObjectAccessOptions.BuildercatalogIdentifier(java.lang.String catalogIdentifier)Set the catalogIdentifier.CreateObjectAccessOptions.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, java.lang.String accountIdentifier)Instantiates a new builder with required properties.- Parameters:
catalogIdentifier- the catalogIdentifierobjectIdentifier- the objectIdentifieraccountIdentifier- the accountIdentifier
-
-
Method Detail
-
build
public CreateObjectAccessOptions build()
Builds a CreateObjectAccessOptions.- Returns:
- the new CreateObjectAccessOptions instance
-
catalogIdentifier
public CreateObjectAccessOptions.Builder catalogIdentifier(java.lang.String catalogIdentifier)
Set the catalogIdentifier.- Parameters:
catalogIdentifier- the catalogIdentifier- Returns:
- the CreateObjectAccessOptions builder
-
objectIdentifier
public CreateObjectAccessOptions.Builder objectIdentifier(java.lang.String objectIdentifier)
Set the objectIdentifier.- Parameters:
objectIdentifier- the objectIdentifier- Returns:
- the CreateObjectAccessOptions builder
-
accountIdentifier
public CreateObjectAccessOptions.Builder accountIdentifier(java.lang.String accountIdentifier)
Set the accountIdentifier.- Parameters:
accountIdentifier- the accountIdentifier- Returns:
- the CreateObjectAccessOptions builder
-
-