Interface SchedulerRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SchedulerRequest.Builder,
,SchedulerRequest> SdkBuilder<SchedulerRequest.Builder,
,SchedulerRequest> SdkPojo
- Enclosing class:
SchedulerRequest
@Mutable
@NotThreadSafe
public static interface SchedulerRequest.Builder
extends SdkPojo, CopyableBuilder<SchedulerRequest.Builder,SchedulerRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe software Amazon Web Services PCS uses to manage cluster scaling and job scheduling.type
(SchedulerType type) The software Amazon Web Services PCS uses to manage cluster scaling and job scheduling.The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling.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
-
type
The software Amazon Web Services PCS uses to manage cluster scaling and job scheduling.
- Parameters:
type
- The software Amazon Web Services PCS uses to manage cluster scaling and job scheduling.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The software Amazon Web Services PCS uses to manage cluster scaling and job scheduling.
- Parameters:
type
- The software Amazon Web Services PCS uses to manage cluster scaling and job scheduling.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
version
The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling. For more information, see Slurm versions in Amazon Web Services PCS in the Amazon Web Services PCS User Guide.
Valid Values:
23.11 | 24.05 | 24.11
- Parameters:
version
- The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling. For more information, see Slurm versions in Amazon Web Services PCS in the Amazon Web Services PCS User Guide.Valid Values:
23.11 | 24.05 | 24.11
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-