Class CfnWorkerConfigurationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kafkaconnect.CfnWorkerConfigurationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkerConfigurationPropsMixin>
- Enclosing class:
CfnWorkerConfigurationPropsMixin
@Stability(Stable)
public static final class CfnWorkerConfigurationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkerConfigurationPropsMixin>
A fluent builder for
CfnWorkerConfigurationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The description of a worker configuration.The name of the worker configuration.propertiesFileContent(String propertiesFileContent) Base64 encoded contents of the connect-distributed.properties file.A collection of tags associated with a resource.
-
Method Details
-
create
@Stability(Stable) public static CfnWorkerConfigurationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnWorkerConfigurationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnWorkerConfigurationPropsMixin.Builder.
-
description
The description of a worker configuration.- Parameters:
description- The description of a worker configuration. This parameter is required.- Returns:
this- See Also:
-
name
The name of the worker configuration.- Parameters:
name- The name of the worker configuration. This parameter is required.- Returns:
this- See Also:
-
propertiesFileContent
@Stability(Stable) public CfnWorkerConfigurationPropsMixin.Builder propertiesFileContent(String propertiesFileContent) Base64 encoded contents of the connect-distributed.properties file.- Parameters:
propertiesFileContent- Base64 encoded contents of the connect-distributed.properties file. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnWorkerConfigurationPropsMixin.Builder tags(List<? extends CfnTag> tags) A collection of tags associated with a resource.- Parameters:
tags- A collection of tags associated with a resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkerConfigurationPropsMixin>- Returns:
- a newly built instance of
CfnWorkerConfigurationPropsMixin.
-