Interface LustreReadCacheConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LustreReadCacheConfiguration.Builder,
,LustreReadCacheConfiguration> SdkBuilder<LustreReadCacheConfiguration.Builder,
,LustreReadCacheConfiguration> SdkPojo
- Enclosing class:
LustreReadCacheConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionRequired ifSizingMode
is set toUSER_PROVISIONED
.sizingMode
(String sizingMode) Specifies how the provisioned SSD read cache is sized, as follows:sizingMode
(LustreReadCacheSizingMode sizingMode) Specifies how the provisioned SSD read cache is sized, as follows: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
-
sizingMode
Specifies how the provisioned SSD read cache is sized, as follows:
-
Set to
NO_CACHE
if you do not want to use an SSD read cache with your Intelligent-Tiering file system. -
Set to
USER_PROVISIONED
to specify the exact size of your SSD read cache. -
Set to
PROPORTIONAL_TO_THROUGHPUT_CAPACITY
to have your SSD read cache automatically sized based on your throughput capacity.
- Parameters:
sizingMode
- Specifies how the provisioned SSD read cache is sized, as follows:-
Set to
NO_CACHE
if you do not want to use an SSD read cache with your Intelligent-Tiering file system. -
Set to
USER_PROVISIONED
to specify the exact size of your SSD read cache. -
Set to
PROPORTIONAL_TO_THROUGHPUT_CAPACITY
to have your SSD read cache automatically sized based on your throughput capacity.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
sizingMode
Specifies how the provisioned SSD read cache is sized, as follows:
-
Set to
NO_CACHE
if you do not want to use an SSD read cache with your Intelligent-Tiering file system. -
Set to
USER_PROVISIONED
to specify the exact size of your SSD read cache. -
Set to
PROPORTIONAL_TO_THROUGHPUT_CAPACITY
to have your SSD read cache automatically sized based on your throughput capacity.
- Parameters:
sizingMode
- Specifies how the provisioned SSD read cache is sized, as follows:-
Set to
NO_CACHE
if you do not want to use an SSD read cache with your Intelligent-Tiering file system. -
Set to
USER_PROVISIONED
to specify the exact size of your SSD read cache. -
Set to
PROPORTIONAL_TO_THROUGHPUT_CAPACITY
to have your SSD read cache automatically sized based on your throughput capacity.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
sizeGiB
Required if
SizingMode
is set toUSER_PROVISIONED
. Specifies the size of the file system's SSD read cache, in gibibytes (GiB).The SSD read cache size is distributed across provisioned file servers in your file system. Intelligent-Tiering file systems support a minimum of 32 GiB and maximum of 131072 GiB for SSD read cache size for every 4,000 MB/s of throughput capacity provisioned.
- Parameters:
sizeGiB
- Required ifSizingMode
is set toUSER_PROVISIONED
. Specifies the size of the file system's SSD read cache, in gibibytes (GiB).The SSD read cache size is distributed across provisioned file servers in your file system. Intelligent-Tiering file systems support a minimum of 32 GiB and maximum of 131072 GiB for SSD read cache size for every 4,000 MB/s of throughput capacity provisioned.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-