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