Interface StorageMaximumSize.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StorageMaximumSize.Builder,
,StorageMaximumSize> SdkBuilder<StorageMaximumSize.Builder,
,StorageMaximumSize> SdkPojo
- Enclosing class:
StorageMaximumSize
@Mutable
@NotThreadSafe
public static interface StorageMaximumSize.Builder
extends SdkPojo, CopyableBuilder<StorageMaximumSize.Builder,StorageMaximumSize>
-
Method Summary
Modifier and TypeMethodDescriptionThe data type of the data to store.unit
(StorageMaximumSizeUnit unit) The data type of the data to store.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 Details
-
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:
-
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:
-
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.
-