Interface S3DestinationUpdateInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<S3DestinationUpdateInput.Builder,,S3DestinationUpdateInput> SdkBuilder<S3DestinationUpdateInput.Builder,,S3DestinationUpdateInput> SdkPojo
- Enclosing class:
S3DestinationUpdateInput
@Mutable
@NotThreadSafe
public static interface S3DestinationUpdateInput.Builder
extends SdkPojo, CopyableBuilder<S3DestinationUpdateInput.Builder,S3DestinationUpdateInput>
-
Method Summary
Modifier and TypeMethodDescriptiondataFreshnessInSeconds(Integer dataFreshnessInSeconds) The maximum age, in seconds, of undelivered data.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 age, in seconds, of undelivered data. Valid range is 300 to 900 seconds (5 to 15 minutes).
- Parameters:
dataFreshnessInSeconds- The maximum age, in seconds, of undelivered data. Valid range is 300 to 900 seconds (5 to 15 minutes).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-