Interface StorageConfigurationOutput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StorageConfigurationOutput.Builder,,StorageConfigurationOutput> SdkBuilder<StorageConfigurationOutput.Builder,,StorageConfigurationOutput> SdkPojo
- Enclosing class:
StorageConfigurationOutput
@Mutable
@NotThreadSafe
public static interface StorageConfigurationOutput.Builder
extends SdkPojo, CopyableBuilder<StorageConfigurationOutput.Builder,StorageConfigurationOutput>
-
Method Summary
Modifier and TypeMethodDescriptionretentionPeriodInDays(Integer retentionPeriodInDays) Sets the value of the RetentionPeriodInDays property for this object.retentionWindowStartTime(Instant retentionWindowStartTime) The earliest point in time from which stored events are available.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
-
retentionPeriodInDays
Sets the value of the RetentionPeriodInDays property for this object.- Parameters:
retentionPeriodInDays- The new value for the RetentionPeriodInDays property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retentionWindowStartTime
The earliest point in time from which stored events are available. Events older than this have expired from retention.
- Parameters:
retentionWindowStartTime- The earliest point in time from which stored events are available. Events older than this have expired from retention.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-