Interface FederatedCatalog.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FederatedCatalog.Builder,,FederatedCatalog> SdkBuilder<FederatedCatalog.Builder,,FederatedCatalog> SdkPojo
- Enclosing class:
FederatedCatalog
public static interface FederatedCatalog.Builder
extends SdkPojo, CopyableBuilder<FederatedCatalog.Builder,FederatedCatalog>
-
Method Summary
Modifier and TypeMethodDescriptionconnectionName(String connectionName) The name of the connection to an external data source, for example a Redshift-federated catalog.identifier(String identifier) A unique identifier for the federated catalog.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, sdkFieldNameToField, sdkFields
-
Method Details
-
identifier
A unique identifier for the federated catalog.
- Parameters:
identifier- A unique identifier for the federated catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionName
The name of the connection to an external data source, for example a Redshift-federated catalog.
- Parameters:
connectionName- The name of the connection to an external data source, for example a Redshift-federated catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-