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