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