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