Class CfnDeliveryStreamPropsMixin.TableCreationConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.TableCreationConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.TableCreationConfigurationProperty>
- Enclosing interface:
CfnDeliveryStreamPropsMixin.TableCreationConfigurationProperty
@Stability(Stable)
public static final class CfnDeliveryStreamPropsMixin.TableCreationConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.TableCreationConfigurationProperty>
-
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.TableCreationConfigurationProperty.Builder enabled(Boolean enabled) - Parameters:
enabled- Specify whether you want to enable automatic table creation. Amazon Data Firehose is in preview release and is subject to change.- Returns:
this
-
enabled
@Stability(Stable) public CfnDeliveryStreamPropsMixin.TableCreationConfigurationProperty.Builder enabled(IResolvable enabled) - Parameters:
enabled- Specify whether you want to enable automatic table creation. 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.TableCreationConfigurationProperty>- Returns:
- a new instance of
CfnDeliveryStreamPropsMixin.TableCreationConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-