Interface OpenZFSReadCacheConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<OpenZFSReadCacheConfiguration.Builder,,OpenZFSReadCacheConfiguration> SdkBuilder<OpenZFSReadCacheConfiguration.Builder,,OpenZFSReadCacheConfiguration> SdkPojo
- Enclosing class:
 OpenZFSReadCacheConfiguration
- 
Method Summary
Modifier and TypeMethodDescriptionRequired ifSizingModeis set toUSER_PROVISIONED.sizingMode(String sizingMode) Specifies how the provisioned SSD read cache is sized, as follows:sizingMode(OpenZFSReadCacheSizingMode sizingMode) Specifies how the provisioned SSD read cache is sized, as follows:Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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_CACHEif you do not want to use an SSD read cache with your Intelligent-Tiering file system. - 
 
Set to
USER_PROVISIONEDto specify the exact size of your SSD read cache. - 
 
Set to
PROPORTIONAL_TO_THROUGHPUT_CAPACITYto 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_CACHEif you do not want to use an SSD read cache with your Intelligent-Tiering file system. - 
        
Set to
USER_PROVISIONEDto specify the exact size of your SSD read cache. - 
        
Set to
PROPORTIONAL_TO_THROUGHPUT_CAPACITYto 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_CACHEif you do not want to use an SSD read cache with your Intelligent-Tiering file system. - 
 
Set to
USER_PROVISIONEDto specify the exact size of your SSD read cache. - 
 
Set to
PROPORTIONAL_TO_THROUGHPUT_CAPACITYto 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_CACHEif you do not want to use an SSD read cache with your Intelligent-Tiering file system. - 
        
Set to
USER_PROVISIONEDto specify the exact size of your SSD read cache. - 
        
Set to
PROPORTIONAL_TO_THROUGHPUT_CAPACITYto 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
SizingModeis set toUSER_PROVISIONED. Specifies the size of the file system's SSD read cache, in gibibytes (GiB).- Parameters:
 sizeGiB- Required ifSizingModeis set toUSER_PROVISIONED. Specifies the size of the file system's SSD read cache, in gibibytes (GiB).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -