Class CfnChannel.RecordConverterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.msk.CfnChannel.RecordConverterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.RecordConverterProperty>
- Enclosing interface:
CfnChannel.RecordConverterProperty
@Stability(Stable)
public static final class CfnChannel.RecordConverterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.RecordConverterProperty>
A builder for
CfnChannel.RecordConverterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.valueConverter(String valueConverter) Sets the value ofCfnChannel.RecordConverterProperty.getValueConverter()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
valueConverter
@Stability(Stable) public CfnChannel.RecordConverterProperty.Builder valueConverter(String valueConverter) Sets the value ofCfnChannel.RecordConverterProperty.getValueConverter()- Parameters:
valueConverter- Value converter for topic data. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannel.RecordConverterProperty>- Returns:
- a new instance of
CfnChannel.RecordConverterProperty - Throws:
NullPointerException- if any required attribute was not provided
-