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