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