Interface TableCreation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TableCreation.Builder,,TableCreation> SdkBuilder<TableCreation.Builder,,TableCreation> SdkPojo
- Enclosing class:
TableCreation
@Mutable
@NotThreadSafe
public static interface TableCreation.Builder
extends SdkPojo, CopyableBuilder<TableCreation.Builder,TableCreation>
-
Method Summary
Modifier and TypeMethodDescriptionenableTableCreation(Boolean enableTableCreation) Whether MSK creates the destination table on the customer's behalf.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
enableTableCreation
Whether MSK creates the destination table on the customer's behalf. Must be true for the current release.
- Parameters:
enableTableCreation- Whether MSK creates the destination table on the customer's behalf. Must be true for the current release.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-