Class CfnDatabasePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnDatabasePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDatabasePropsMixin>
- Enclosing class:
CfnDatabasePropsMixin
@Stability(Stable)
public static final class CfnDatabasePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDatabasePropsMixin>
A fluent builder for
CfnDatabasePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()The AWS account ID for the account in which to create the catalog object.create()create(CfnPropertyMixinOptions options) databaseInput(CfnDatabasePropsMixin.DatabaseInputProperty databaseInput) The metadata for the database.databaseInput(IResolvable databaseInput) The metadata for the database.databaseName(String databaseName) The name of the catalog database.
-
Method Details
-
create
@Stability(Stable) public static CfnDatabasePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDatabasePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDatabasePropsMixin.Builder.
-
catalogId
The AWS account ID for the account in which to create the catalog object.To specify the account ID, you can use the
Refintrinsic function with theAWS::AccountIdpseudo parameter. For example:!Ref AWS::AccountId- Parameters:
catalogId- The AWS account ID for the account in which to create the catalog object. This parameter is required.- Returns:
this- See Also:
-
databaseInput
The metadata for the database.- Parameters:
databaseInput- The metadata for the database. This parameter is required.- Returns:
this- See Also:
-
databaseInput
@Stability(Stable) public CfnDatabasePropsMixin.Builder databaseInput(CfnDatabasePropsMixin.DatabaseInputProperty databaseInput) The metadata for the database.- Parameters:
databaseInput- The metadata for the database. This parameter is required.- Returns:
this- See Also:
-
databaseName
The name of the catalog database.- Parameters:
databaseName- The name of the catalog database. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDatabasePropsMixin>- Returns:
- a newly built instance of
CfnDatabasePropsMixin.
-