Class CfnCustomPlugin.Builder
java.lang.Object
software.amazon.awscdk.services.kafkaconnect.CfnCustomPlugin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCustomPlugin>
- Enclosing class:
CfnCustomPlugin
@Stability(Stable)
public static final class CfnCustomPlugin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCustomPlugin>
A fluent builder for
CfnCustomPlugin
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
contentType
(String contentType) The format of the plugin file.static CfnCustomPlugin.Builder
description
(String description) The description of the custom plugin.location
(IResolvable location) Information about the location of the custom plugin.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 CfnCustomPlugin.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnCustomPlugin.Builder
.
-
contentType
The format of the plugin file.- Parameters:
contentType
- The format of the plugin file. 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 CfnCustomPlugin.Builder location(CfnCustomPlugin.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:
-
description
The description of the custom plugin.- Parameters:
description
- The description 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:
build
in interfacesoftware.amazon.jsii.Builder<CfnCustomPlugin>
- Returns:
- a newly built instance of
CfnCustomPlugin
.
-