Interface StorageMaximumSize.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StorageMaximumSize.Builder,StorageMaximumSize>,SdkBuilder<StorageMaximumSize.Builder,StorageMaximumSize>,SdkPojo
- Enclosing class:
- StorageMaximumSize
public static interface StorageMaximumSize.Builder extends SdkPojo, CopyableBuilder<StorageMaximumSize.Builder,StorageMaximumSize>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageMaximumSize.Builderunit(String unit)The data type of the data to store.StorageMaximumSize.Builderunit(StorageMaximumSizeUnit unit)The data type of the data to store.StorageMaximumSize.Buildervalue(Integer value)The maximum amount of time to store 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
StorageMaximumSize.Builder unit(String unit)
The data type of the data to store.
- Parameters:
unit- The data type of the data to store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StorageMaximumSizeUnit,StorageMaximumSizeUnit
-
unit
StorageMaximumSize.Builder unit(StorageMaximumSizeUnit unit)
The data type of the data to store.
- Parameters:
unit- The data type of the data to store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StorageMaximumSizeUnit,StorageMaximumSizeUnit
-
value
StorageMaximumSize.Builder value(Integer value)
The maximum amount of time to store data.
- Parameters:
value- The maximum amount of time to store data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-