Interface FederatedDatabase.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FederatedDatabase.Builder,
,FederatedDatabase> SdkBuilder<FederatedDatabase.Builder,
,FederatedDatabase> SdkPojo
- Enclosing class:
FederatedDatabase
@Mutable
@NotThreadSafe
public static interface FederatedDatabase.Builder
extends SdkPojo, CopyableBuilder<FederatedDatabase.Builder,FederatedDatabase>
-
Method Summary
Modifier and TypeMethodDescriptionconnectionName
(String connectionName) The name of the connection to the external metastore.connectionType
(String connectionType) The type of connection used to access the federated database, such as JDBC, ODBC, or other supported connection protocols.identifier
(String identifier) A unique identifier for the federated 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 Details
-
identifier
A unique identifier for the federated database.
- Parameters:
identifier
- A unique identifier for the federated database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionName
The name of the connection to the external metastore.
- Parameters:
connectionName
- The name of the connection to the external metastore.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionType
The type of connection used to access the federated database, such as JDBC, ODBC, or other supported connection protocols.
- Parameters:
connectionType
- The type of connection used to access the federated database, such as JDBC, ODBC, or other supported connection protocols.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-