Interface S3DestinationUpdate.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<S3DestinationUpdate.Builder,,S3DestinationUpdate> SdkBuilder<S3DestinationUpdate.Builder,,S3DestinationUpdate> SdkPojo
- Enclosing class:
S3DestinationUpdate
@Mutable
@NotThreadSafe
public static interface S3DestinationUpdate.Builder
extends SdkPojo, CopyableBuilder<S3DestinationUpdate.Builder,S3DestinationUpdate>
-
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.
-