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