Interface StorageMinimumTimeToLive.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StorageMinimumTimeToLive.Builder,
,StorageMinimumTimeToLive> SdkBuilder<StorageMinimumTimeToLive.Builder,
,StorageMinimumTimeToLive> SdkPojo
- Enclosing class:
StorageMinimumTimeToLive
@Mutable
@NotThreadSafe
public static interface StorageMinimumTimeToLive.Builder
extends SdkPojo, CopyableBuilder<StorageMinimumTimeToLive.Builder,StorageMinimumTimeToLive>
-
Method Summary
Modifier and TypeMethodDescriptionThe time increment type.The time increment type.The minimum amount of time to store the data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
unit
The time increment type.
- Parameters:
unit
- The time increment type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
unit
The time increment type.
- Parameters:
unit
- The time increment type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The minimum amount of time to store the data.
- Parameters:
value
- The minimum amount of time to store the data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-