Interface StorageMinimumTimeToLive.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StorageMinimumTimeToLive.Builder,StorageMinimumTimeToLive>,SdkBuilder<StorageMinimumTimeToLive.Builder,StorageMinimumTimeToLive>,SdkPojo
- Enclosing class:
- StorageMinimumTimeToLive
public static interface StorageMinimumTimeToLive.Builder extends SdkPojo, CopyableBuilder<StorageMinimumTimeToLive.Builder,StorageMinimumTimeToLive>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageMinimumTimeToLive.Builderunit(String unit)The time increment type.StorageMinimumTimeToLive.Builderunit(StorageMinimumTimeToLiveUnit unit)The time increment type.StorageMinimumTimeToLive.Buildervalue(Integer value)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 Detail
-
unit
StorageMinimumTimeToLive.Builder unit(String 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:
StorageMinimumTimeToLiveUnit,StorageMinimumTimeToLiveUnit
-
unit
StorageMinimumTimeToLive.Builder unit(StorageMinimumTimeToLiveUnit 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:
StorageMinimumTimeToLiveUnit,StorageMinimumTimeToLiveUnit
-
value
StorageMinimumTimeToLive.Builder value(Integer 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.
-
-