Interface FederatedTable.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FederatedTable.Builder,
,FederatedTable> SdkBuilder<FederatedTable.Builder,
,FederatedTable> SdkPojo
- Enclosing class:
FederatedTable
@Mutable
@NotThreadSafe
public static interface FederatedTable.Builder
extends SdkPojo, CopyableBuilder<FederatedTable.Builder,FederatedTable>
-
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 table, specifying the protocol or method for connecting to the external data source.databaseIdentifier
(String databaseIdentifier) A unique identifier for the federated database.identifier
(String identifier) A unique identifier for the federated table.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 table.
- Parameters:
identifier
- A unique identifier for the federated table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseIdentifier
A unique identifier for the federated database.
- Parameters:
databaseIdentifier
- 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 table, specifying the protocol or method for connecting to the external data source.
- Parameters:
connectionType
- The type of connection used to access the federated table, specifying the protocol or method for connecting to the external data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-