Interface IcebergDestinationUpdate.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IcebergDestinationUpdate.Builder,,IcebergDestinationUpdate> SdkBuilder<IcebergDestinationUpdate.Builder,,IcebergDestinationUpdate> SdkPojo
- Enclosing class:
IcebergDestinationUpdate
@Mutable
@NotThreadSafe
public static interface IcebergDestinationUpdate.Builder
extends SdkPojo, CopyableBuilder<IcebergDestinationUpdate.Builder,IcebergDestinationUpdate>
-
Method Summary
Modifier and TypeMethodDescriptiondataFreshnessInSeconds(Integer dataFreshnessInSeconds) The maximum time, in seconds, that records buffer in MSK before being flushed to the destination.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
-
dataFreshnessInSeconds
The maximum time, in seconds, that records buffer in MSK before being flushed to the destination. Allowed range: 300 to 900.
- Parameters:
dataFreshnessInSeconds- The maximum time, in seconds, that records buffer in MSK before being flushed to the destination. Allowed range: 300 to 900.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-