Class CfnDeliveryStreamPropsMixin.SchemaEvolutionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.SchemaEvolutionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.SchemaEvolutionConfigurationProperty>
- Enclosing interface:
CfnDeliveryStreamPropsMixin.SchemaEvolutionConfigurationProperty
@Stability(Stable)
public static final class CfnDeliveryStreamPropsMixin.SchemaEvolutionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.SchemaEvolutionConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.enabled(IResolvable enabled)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enabled
@Stability(Stable) public CfnDeliveryStreamPropsMixin.SchemaEvolutionConfigurationProperty.Builder enabled(Boolean enabled) - Parameters:
enabled- Specify whether you want to enable schema evolution. Amazon Data Firehose is in preview release and is subject to change.- Returns:
this
-
enabled
@Stability(Stable) public CfnDeliveryStreamPropsMixin.SchemaEvolutionConfigurationProperty.Builder enabled(IResolvable enabled) - Parameters:
enabled- Specify whether you want to enable schema evolution. Amazon Data Firehose is in preview release and is subject to change.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.SchemaEvolutionConfigurationProperty>- Returns:
- a new instance of
CfnDeliveryStreamPropsMixin.SchemaEvolutionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-