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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatabaseResource.BuildercatalogId(String catalogId)The identifier for the Data Catalog.DatabaseResource.Buildername(String name)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 Detail
-
catalogId
DatabaseResource.Builder catalogId(String 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
DatabaseResource.Builder name(String 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.
-
-