Interface SchemaEvolution.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SchemaEvolution.Builder,,SchemaEvolution> SdkBuilder<SchemaEvolution.Builder,,SchemaEvolution> SdkPojo
- Enclosing class:
SchemaEvolution
@Mutable
@NotThreadSafe
public static interface SchemaEvolution.Builder
extends SdkPojo, CopyableBuilder<SchemaEvolution.Builder,SchemaEvolution>
-
Method Summary
Modifier and TypeMethodDescriptionenableSchemaEvolution(Boolean enableSchemaEvolution) Whether to allow MSK to evolve the destination table's schema.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
-
enableSchemaEvolution
Whether to allow MSK to evolve the destination table's schema. Must be false for the current release.
- Parameters:
enableSchemaEvolution- Whether to allow MSK to evolve the destination table's schema. Must be false for the current release.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-