public static final class CfnConnectionProps.Builder
extends java.lang.Object
CfnConnectionProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnConnectionProps |
build()
Builds the configured instance.
|
CfnConnectionProps.Builder |
catalogId(java.lang.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() |
public CfnConnectionProps.Builder catalogId(java.lang.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
Ref
intrinsic function with theAWS::AccountId
pseudo parameter. For example:!Ref AWS::AccountId
.
this
public CfnConnectionProps.Builder connectionInput(IResolvable connectionInput)
CfnConnectionProps.getConnectionInput()
connectionInput
- The connection that you want to create. This parameter is required.this
public CfnConnectionProps.Builder connectionInput(CfnConnection.ConnectionInputProperty connectionInput)
CfnConnectionProps.getConnectionInput()
connectionInput
- The connection that you want to create. This parameter is required.this
public CfnConnectionProps build()
CfnConnectionProps
java.lang.NullPointerException
- if any required attribute was not provided