@Stability(value=Stable) public static final class CfnConnector.CustomPluginProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConnector.CustomPluginProperty>
CfnConnector.CustomPluginProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConnector.CustomPluginProperty |
build()
Builds the configured instance.
|
CfnConnector.CustomPluginProperty.Builder |
customPluginArn(String customPluginArn)
Sets the value of
CfnConnector.CustomPluginProperty.getCustomPluginArn() |
CfnConnector.CustomPluginProperty.Builder |
revision(Number revision)
Sets the value of
CfnConnector.CustomPluginProperty.getRevision() |
@Stability(value=Stable) public CfnConnector.CustomPluginProperty.Builder customPluginArn(String customPluginArn)
CfnConnector.CustomPluginProperty.getCustomPluginArn()customPluginArn - The Amazon Resource Name (ARN) of the custom plugin. This parameter is required.this@Stability(value=Stable) public CfnConnector.CustomPluginProperty.Builder revision(Number revision)
CfnConnector.CustomPluginProperty.getRevision()revision - The revision of the custom plugin. This parameter is required.this@Stability(value=Stable) public CfnConnector.CustomPluginProperty build()
build in interface software.amazon.jsii.Builder<CfnConnector.CustomPluginProperty>CfnConnector.CustomPluginPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.