@Stability(value=Stable) public static final class CfnConnection.Builder extends Object implements software.amazon.jsii.Builder<CfnConnection>
CfnConnection.| Modifier and Type | Method and Description |
|---|---|
CfnConnection |
build() |
CfnConnection.Builder |
catalogId(String catalogId)
The ID of the data catalog to create the catalog object in.
|
CfnConnection.Builder |
connectionInput(CfnConnection.ConnectionInputProperty connectionInput)
The connection that you want to create.
|
CfnConnection.Builder |
connectionInput(IResolvable connectionInput)
The connection that you want to create.
|
static CfnConnection.Builder |
create(software.constructs.Construct scope,
String id) |
@Stability(value=Stable) public static CfnConnection.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnConnection.ConnectionInputProperty.Builder.@Stability(value=Stable) public CfnConnection.Builder catalogId(String catalogId)
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.
catalogId - The ID of the data catalog to create the catalog object in. This parameter is required.this@Stability(value=Stable) public CfnConnection.Builder connectionInput(CfnConnection.ConnectionInputProperty connectionInput)
connectionInput - The connection that you want to create. This parameter is required.this@Stability(value=Stable) public CfnConnection.Builder connectionInput(IResolvable connectionInput)
connectionInput - The connection that you want to create. This parameter is required.this@Stability(value=Stable) public CfnConnection build()
build in interface software.amazon.jsii.Builder<CfnConnection>Copyright © 2022. All rights reserved.