Interface ClusterSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClusterSummary.Builder,
,ClusterSummary> SdkBuilder<ClusterSummary.Builder,
,ClusterSummary> SdkPojo
- Enclosing class:
ClusterSummary
-
Method Summary
Modifier and TypeMethodDescriptionThe unique Amazon Resource Name (ARN) of the cluster.The date and time the resource was created.The generated unique ID of the cluster.modifiedAt
(Instant modifiedAt) The date and time the resource was modified.The name that identifies the cluster.The provisioning status of the cluster.status
(ClusterStatus status) The provisioning status of the 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
-
name
The name that identifies the cluster.
- Parameters:
name
- The name that identifies the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The generated unique ID of the cluster.
- Parameters:
id
- The generated unique ID of the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The unique Amazon Resource Name (ARN) of the cluster.
- Parameters:
arn
- The unique Amazon Resource Name (ARN) of the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time the resource was created.
- Parameters:
createdAt
- The date and time the resource was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modifiedAt
The date and time the resource was modified.
- Parameters:
modifiedAt
- The date and time the resource was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The provisioning status of the cluster.
The provisioning status doesn't indicate the overall health of the cluster.
The resource enters the
SUSPENDING
andSUSPENDED
states when the scheduler is beyond end of life and we have suspended the cluster. When in these states, you can't use the cluster. The cluster controller is down and all compute instances are terminated. The resources still count toward your service quotas. You can delete a resource if its status isSUSPENDED
. For more information, see Frequently asked questions about Slurm versions in PCS in the PCS User Guide.- Parameters:
status
- The provisioning status of the cluster.The provisioning status doesn't indicate the overall health of the cluster.
The resource enters the
SUSPENDING
andSUSPENDED
states when the scheduler is beyond end of life and we have suspended the cluster. When in these states, you can't use the cluster. The cluster controller is down and all compute instances are terminated. The resources still count toward your service quotas. You can delete a resource if its status isSUSPENDED
. For more information, see Frequently asked questions about Slurm versions in PCS in the PCS User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The provisioning status of the cluster.
The provisioning status doesn't indicate the overall health of the cluster.
The resource enters the
SUSPENDING
andSUSPENDED
states when the scheduler is beyond end of life and we have suspended the cluster. When in these states, you can't use the cluster. The cluster controller is down and all compute instances are terminated. The resources still count toward your service quotas. You can delete a resource if its status isSUSPENDED
. For more information, see Frequently asked questions about Slurm versions in PCS in the PCS User Guide.- Parameters:
status
- The provisioning status of the cluster.The provisioning status doesn't indicate the overall health of the cluster.
The resource enters the
SUSPENDING
andSUSPENDED
states when the scheduler is beyond end of life and we have suspended the cluster. When in these states, you can't use the cluster. The cluster controller is down and all compute instances are terminated. The resources still count toward your service quotas. You can delete a resource if its status isSUSPENDED
. For more information, see Frequently asked questions about Slurm versions in PCS in the PCS User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-