Interface DatabaseIdentifier.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DatabaseIdentifier.Builder,DatabaseIdentifier>,SdkBuilder<DatabaseIdentifier.Builder,DatabaseIdentifier>,SdkPojo
- Enclosing class:
- DatabaseIdentifier
public static interface DatabaseIdentifier.Builder extends SdkPojo, CopyableBuilder<DatabaseIdentifier.Builder,DatabaseIdentifier>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatabaseIdentifier.BuildercatalogId(String catalogId)The ID of the Data Catalog in which the database resides.DatabaseIdentifier.BuilderdatabaseName(String databaseName)The name of the catalog database.DatabaseIdentifier.Builderregion(String region)Region of the target database.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
catalogId
DatabaseIdentifier.Builder catalogId(String catalogId)
The ID of the Data Catalog in which the database resides.
- Parameters:
catalogId- The ID of the Data Catalog in which the database resides.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseName
DatabaseIdentifier.Builder databaseName(String databaseName)
The name of the catalog database.
- Parameters:
databaseName- The name of the catalog database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
DatabaseIdentifier.Builder region(String region)
Region of the target database.
- Parameters:
region- Region of the target database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-