Class CfnCustomPluginPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kafkaconnect.CfnCustomPluginPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCustomPluginPropsMixin>
- Enclosing class:
CfnCustomPluginPropsMixin
@Stability(Stable)
public static final class CfnCustomPluginPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCustomPluginPropsMixin>
A fluent builder for
CfnCustomPluginPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()contentType(String contentType) The format of the plugin file.create()create(CfnPropertyMixinOptions options) description(String description) The description of the custom plugin.Information about the location of the custom plugin.location(IResolvable location) Information about the location of the custom plugin.The name of the custom plugin.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnCustomPluginPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnCustomPluginPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnCustomPluginPropsMixin.Builder.
-
contentType
The format of the plugin file.- Parameters:
contentType- The format of the plugin file. This parameter is required.- Returns:
this- See Also:
-
description
The description of the custom plugin.- Parameters:
description- The description of the custom plugin. This parameter is required.- Returns:
this- See Also:
-
location
Information about the location of the custom plugin.- Parameters:
location- Information about the location of the custom plugin. This parameter is required.- Returns:
this- See Also:
-
location
@Stability(Stable) public CfnCustomPluginPropsMixin.Builder location(CfnCustomPluginPropsMixin.CustomPluginLocationProperty location) Information about the location of the custom plugin.- Parameters:
location- Information about the location of the custom plugin. This parameter is required.- Returns:
this- See Also:
-
name
The name of the custom plugin.- Parameters:
name- The name of the custom plugin. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCustomPluginPropsMixin>- Returns:
- a newly built instance of
CfnCustomPluginPropsMixin.
-