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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FederatedCatalog.BuilderconnectionName(String connectionName)The name of the connection to an external data source, for example a Redshift-federated catalog.FederatedCatalog.Builderidentifier(String identifier)A unique identifier for the federated catalog.-
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
-
identifier
FederatedCatalog.Builder identifier(String 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
FederatedCatalog.Builder connectionName(String 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.
-
-