Interface ClusterSlurmConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ClusterSlurmConfig.Builder,,ClusterSlurmConfig> SdkBuilder<ClusterSlurmConfig.Builder,,ClusterSlurmConfig> SdkPojo
- Enclosing class:
ClusterSlurmConfig
@Mutable
@NotThreadSafe
public static interface ClusterSlurmConfig.Builder
extends SdkPojo, CopyableBuilder<ClusterSlurmConfig.Builder,ClusterSlurmConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of Slurm node for the instance group.nodeType(ClusterSlurmNodeType nodeType) The type of Slurm node for the instance group.partitionNames(String... partitionNames) The list of Slurm partition names that the instance group belongs to.partitionNames(Collection<String> partitionNames) The list of Slurm partition names that the instance group belongs 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
-
nodeType
The type of Slurm node for the instance group. Valid values are
Controller,Worker, andLogin.- Parameters:
nodeType- The type of Slurm node for the instance group. Valid values areController,Worker, andLogin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nodeType
The type of Slurm node for the instance group. Valid values are
Controller,Worker, andLogin.- Parameters:
nodeType- The type of Slurm node for the instance group. Valid values areController,Worker, andLogin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
partitionNames
The list of Slurm partition names that the instance group belongs to.
- Parameters:
partitionNames- The list of Slurm partition names that the instance group belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partitionNames
The list of Slurm partition names that the instance group belongs to.
- Parameters:
partitionNames- The list of Slurm partition names that the instance group belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-