Class CustomPluginReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.kafkaconnect.CustomPluginReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CustomPluginReference>
- Enclosing interface:
CustomPluginReference
@Stability(Stable)
public static final class CustomPluginReference.Builder
extends Object
implements software.amazon.jsii.Builder<CustomPluginReference>
A builder for
CustomPluginReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.customPluginArn(String customPluginArn) Sets the value ofCustomPluginReference.getCustomPluginArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customPluginArn
Sets the value ofCustomPluginReference.getCustomPluginArn()- Parameters:
customPluginArn- The CustomPluginArn of the CustomPlugin resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CustomPluginReference>- Returns:
- a new instance of
CustomPluginReference - Throws:
NullPointerException- if any required attribute was not provided
-