@Stability(value=Stable) public static final class CfnConnectionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnConnectionProps>
CfnConnectionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConnectionProps |
build()
Builds the configured instance.
|
CfnConnectionProps.Builder |
catalogId(String catalogId)
Sets the value of
CfnConnectionProps.getCatalogId() |
CfnConnectionProps.Builder |
connectionInput(CfnConnection.ConnectionInputProperty connectionInput)
Sets the value of
CfnConnectionProps.getConnectionInput() |
CfnConnectionProps.Builder |
connectionInput(IResolvable connectionInput)
Sets the value of
CfnConnectionProps.getConnectionInput() |
@Stability(value=Stable) public CfnConnectionProps.Builder catalogId(String catalogId)
CfnConnectionProps.getCatalogId()catalogId - The ID of the data catalog to create the catalog object in. This parameter is required.
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.
this@Stability(value=Stable) public CfnConnectionProps.Builder connectionInput(CfnConnection.ConnectionInputProperty connectionInput)
CfnConnectionProps.getConnectionInput()connectionInput - The connection that you want to create. This parameter is required.this@Stability(value=Stable) public CfnConnectionProps.Builder connectionInput(IResolvable connectionInput)
CfnConnectionProps.getConnectionInput()connectionInput - The connection that you want to create. This parameter is required.this@Stability(value=Stable) public CfnConnectionProps build()
build in interface software.amazon.jsii.Builder<CfnConnectionProps>CfnConnectionPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.