Class CfnCatalog.FederatedCatalogProperty.Builder
java.lang.Object
software.amazon.awscdk.services.glue.CfnCatalog.FederatedCatalogProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCatalog.FederatedCatalogProperty>
- Enclosing interface:
CfnCatalog.FederatedCatalogProperty
@Stability(Stable)
public static final class CfnCatalog.FederatedCatalogProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCatalog.FederatedCatalogProperty>
A builder for
CfnCatalog.FederatedCatalogProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.connectionName(String connectionName) Sets the value ofCfnCatalog.FederatedCatalogProperty.getConnectionName()identifier(String identifier) Sets the value ofCfnCatalog.FederatedCatalogProperty.getIdentifier()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
connectionName
@Stability(Stable) public CfnCatalog.FederatedCatalogProperty.Builder connectionName(String connectionName) Sets the value ofCfnCatalog.FederatedCatalogProperty.getConnectionName()- Parameters:
connectionName- The name of the connection to an external data source.- Returns:
this
-
identifier
Sets the value ofCfnCatalog.FederatedCatalogProperty.getIdentifier()- Parameters:
identifier- A unique identifier for the federated catalog.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCatalog.FederatedCatalogProperty>- Returns:
- a new instance of
CfnCatalog.FederatedCatalogProperty - Throws:
NullPointerException- if any required attribute was not provided
-