Interface UpdateSchedulerRequest.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateSchedulerRequest.Builder,,UpdateSchedulerRequest> SdkBuilder<UpdateSchedulerRequest.Builder,,UpdateSchedulerRequest> SdkPojo
- Enclosing class:
UpdateSchedulerRequest
@Mutable
@NotThreadSafe
public static interface UpdateSchedulerRequest.Builder
extends SdkPojo, CopyableBuilder<UpdateSchedulerRequest.Builder,UpdateSchedulerRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe Slurm version to upgrade the cluster to.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
-
version
The Slurm version to upgrade the cluster to. You can only upgrade to a newer version. For more information about supported versions and upgrade paths, see Upgrading the Slurm version on a cluster in the PCS User Guide.
Valid Values:
24.05 | 24.11 | 25.05 | 25.11- Parameters:
version- The Slurm version to upgrade the cluster to. You can only upgrade to a newer version. For more information about supported versions and upgrade paths, see Upgrading the Slurm version on a cluster in the PCS User Guide.Valid Values:
24.05 | 24.11 | 25.05 | 25.11- Returns:
- Returns a reference to this object so that method calls can be chained together.
-