Interface TableCreationConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TableCreationConfiguration.Builder,TableCreationConfiguration>,SdkBuilder<TableCreationConfiguration.Builder,TableCreationConfiguration>,SdkPojo
- Enclosing class:
- TableCreationConfiguration
public static interface TableCreationConfiguration.Builder extends SdkPojo, CopyableBuilder<TableCreationConfiguration.Builder,TableCreationConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TableCreationConfiguration.Builderenabled(Boolean enabled)Specify whether you want to enable automatic table creation.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
enabled
TableCreationConfiguration.Builder enabled(Boolean enabled)
Specify whether you want to enable automatic table creation.
Amazon Data Firehose is in preview release and is subject to change.
- Parameters:
enabled- Specify whether you want to enable automatic table creation.Amazon Data Firehose is in preview release and is subject to change.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-