Class CfnConnectorPropsMixin.CustomPluginProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kafkaconnect.CfnConnectorPropsMixin.CustomPluginProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorPropsMixin.CustomPluginProperty>
- Enclosing interface:
CfnConnectorPropsMixin.CustomPluginProperty
@Stability(Stable)
public static final class CfnConnectorPropsMixin.CustomPluginProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorPropsMixin.CustomPluginProperty>
A builder for
CfnConnectorPropsMixin.CustomPluginProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.customPluginArn(String customPluginArn) Sets the value ofCfnConnectorPropsMixin.CustomPluginProperty.getCustomPluginArn()Sets the value ofCfnConnectorPropsMixin.CustomPluginProperty.getRevision()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customPluginArn
@Stability(Stable) public CfnConnectorPropsMixin.CustomPluginProperty.Builder customPluginArn(String customPluginArn) Sets the value ofCfnConnectorPropsMixin.CustomPluginProperty.getCustomPluginArn()- Parameters:
customPluginArn- The Amazon Resource Name (ARN) of the custom plugin.- Returns:
this
-
revision
@Stability(Stable) public CfnConnectorPropsMixin.CustomPluginProperty.Builder revision(Number revision) Sets the value ofCfnConnectorPropsMixin.CustomPluginProperty.getRevision()- Parameters:
revision- The revision of the custom plugin.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorPropsMixin.CustomPluginProperty>- Returns:
- a new instance of
CfnConnectorPropsMixin.CustomPluginProperty - Throws:
NullPointerException- if any required attribute was not provided
-