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 scheduler version to update 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 scheduler version to update the cluster to. You can only update to a newer version. For more information about supported versions and update paths, see Updating the scheduler version on a cluster in the PCS User Guide.
Valid Values:
24.05 | 24.11 | 25.05 | 25.11- Parameters:
version- The scheduler version to update the cluster to. You can only update to a newer version. For more information about supported versions and update paths, see Updating the scheduler 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.
-