Interface StorageConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StorageConfiguration.Builder,,StorageConfiguration> SdkBuilder<StorageConfiguration.Builder,,StorageConfiguration> SdkPojo
- Enclosing class:
StorageConfiguration
@Mutable
@NotThreadSafe
public static interface StorageConfiguration.Builder
extends SdkPojo, CopyableBuilder<StorageConfiguration.Builder,StorageConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionretentionPeriodInDays(Integer retentionPeriodInDays) Sets the value of the RetentionPeriodInDays property for this object.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.
-