Interface ClusterTieredStorageConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClusterTieredStorageConfig.Builder,
,ClusterTieredStorageConfig> SdkBuilder<ClusterTieredStorageConfig.Builder,
,ClusterTieredStorageConfig> SdkPojo
- Enclosing class:
ClusterTieredStorageConfig
-
Method Summary
Modifier and TypeMethodDescriptioninstanceMemoryAllocationPercentage
(Integer instanceMemoryAllocationPercentage) The percentage (int) of cluster memory to allocate for checkpointing.Specifies whether managed tier checkpointing is enabled or disabled for the HyperPod cluster.mode
(ClusterConfigMode mode) Specifies whether managed tier checkpointing is enabled or disabled for the HyperPod cluster.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
-
mode
Specifies whether managed tier checkpointing is enabled or disabled for the HyperPod cluster. When set to
Enable
, the system installs a memory management daemon that provides disaggregated memory as a service for checkpoint storage. When set toDisable
, the feature is turned off and the memory management daemon is removed from the cluster.- Parameters:
mode
- Specifies whether managed tier checkpointing is enabled or disabled for the HyperPod cluster. When set toEnable
, the system installs a memory management daemon that provides disaggregated memory as a service for checkpoint storage. When set toDisable
, the feature is turned off and the memory management daemon is removed from the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mode
Specifies whether managed tier checkpointing is enabled or disabled for the HyperPod cluster. When set to
Enable
, the system installs a memory management daemon that provides disaggregated memory as a service for checkpoint storage. When set toDisable
, the feature is turned off and the memory management daemon is removed from the cluster.- Parameters:
mode
- Specifies whether managed tier checkpointing is enabled or disabled for the HyperPod cluster. When set toEnable
, the system installs a memory management daemon that provides disaggregated memory as a service for checkpoint storage. When set toDisable
, the feature is turned off and the memory management daemon is removed from the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceMemoryAllocationPercentage
ClusterTieredStorageConfig.Builder instanceMemoryAllocationPercentage(Integer instanceMemoryAllocationPercentage) The percentage (int) of cluster memory to allocate for checkpointing.
- Parameters:
instanceMemoryAllocationPercentage
- The percentage (int) of cluster memory to allocate for checkpointing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-