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
Modifier and TypeMethodDescriptionThe ID of the Data Catalog in which the database resides.databaseName(String databaseName) The name of the catalog database.Region of the target database.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
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
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.
 
 
 -