public static final class CfnConnector.CustomPluginProperty.Builder
extends java.lang.Object
CfnConnector.CustomPluginProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnConnector.CustomPluginProperty |
build()
Builds the configured instance.
|
CfnConnector.CustomPluginProperty.Builder |
customPluginArn(java.lang.String customPluginArn)
Sets the value of
CfnConnector.CustomPluginProperty.getCustomPluginArn() |
CfnConnector.CustomPluginProperty.Builder |
revision(java.lang.Number revision)
Sets the value of
CfnConnector.CustomPluginProperty.getRevision() |
public CfnConnector.CustomPluginProperty.Builder customPluginArn(java.lang.String customPluginArn)
CfnConnector.CustomPluginProperty.getCustomPluginArn()
customPluginArn
- The Amazon Resource Name (ARN) of the custom plugin. This parameter is required.this
public CfnConnector.CustomPluginProperty.Builder revision(java.lang.Number revision)
CfnConnector.CustomPluginProperty.getRevision()
revision
- The revision of the custom plugin. This parameter is required.this
public CfnConnector.CustomPluginProperty build()
CfnConnector.CustomPluginProperty
java.lang.NullPointerException
- if any required attribute was not provided