Interface DataStorage.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataStorage.Builder,
,DataStorage> SdkBuilder<DataStorage.Builder,
,DataStorage> SdkPojo
- Enclosing class:
DataStorage
public static interface DataStorage.Builder
extends SdkPojo, CopyableBuilder<DataStorage.Builder,DataStorage>
-
Method Summary
Modifier and TypeMethodDescriptionThe upper limit for data storage the cache is set to use.The lower limit for data storage the cache is set to use.The unit that the storage is measured in, in GB.unit
(DataStorageUnit unit) The unit that the storage is measured in, in GB.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, sdkFields
-
Method Details
-
maximum
The upper limit for data storage the cache is set to use.
- Parameters:
maximum
- The upper limit for data storage the cache is set to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minimum
The lower limit for data storage the cache is set to use.
- Parameters:
minimum
- The lower limit for data storage the cache is set to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unit
The unit that the storage is measured in, in GB.
- Parameters:
unit
- The unit that the storage is measured in, in GB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
unit
The unit that the storage is measured in, in GB.
- Parameters:
unit
- The unit that the storage is measured in, in GB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-