Class DeleteCatalogEntryOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.DeleteCatalogEntryOptions.Builder
-
- Enclosing class:
- DeleteCatalogEntryOptions
public static class DeleteCatalogEntryOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteCatalogEntryOptions.Builderaccount(java.lang.String account)Set the account.DeleteCatalogEntryOptionsbuild()Builds a DeleteCatalogEntryOptions.DeleteCatalogEntryOptions.Builderforce(java.lang.Boolean force)Set the force.DeleteCatalogEntryOptions.Builderid(java.lang.String id)Set the id.
-
-
-
Method Detail
-
build
public DeleteCatalogEntryOptions build()
Builds a DeleteCatalogEntryOptions.- Returns:
- the new DeleteCatalogEntryOptions instance
-
id
public DeleteCatalogEntryOptions.Builder id(java.lang.String id)
Set the id.- Parameters:
id- the id- Returns:
- the DeleteCatalogEntryOptions builder
-
account
public DeleteCatalogEntryOptions.Builder account(java.lang.String account)
Set the account.- Parameters:
account- the account- Returns:
- the DeleteCatalogEntryOptions builder
-
force
public DeleteCatalogEntryOptions.Builder force(java.lang.Boolean force)
Set the force.- Parameters:
force- the force- Returns:
- the DeleteCatalogEntryOptions builder
-
-