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