Interface DatabaseResource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DatabaseResource.Builder,
,DatabaseResource> SdkBuilder<DatabaseResource.Builder,
,DatabaseResource> SdkPojo
- Enclosing class:
DatabaseResource
public static interface DatabaseResource.Builder
extends SdkPojo, CopyableBuilder<DatabaseResource.Builder,DatabaseResource>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier for the Data Catalog.The name of the database resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
catalogId
The identifier for the Data Catalog. By default, it is the account ID of the caller.
- Parameters:
catalogId
- The identifier for the Data Catalog. By default, it is the account ID of the caller.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the database resource. Unique to the Data Catalog.
- Parameters:
name
- The name of the database resource. Unique to the Data Catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-