Interface SlurmCustomSetting.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SlurmCustomSetting.Builder,
,SlurmCustomSetting> SdkBuilder<SlurmCustomSetting.Builder,
,SlurmCustomSetting> SdkPojo
- Enclosing class:
SlurmCustomSetting
@Mutable
@NotThreadSafe
public static interface SlurmCustomSetting.Builder
extends SdkPojo, CopyableBuilder<SlurmCustomSetting.Builder,SlurmCustomSetting>
-
Method Summary
Modifier and TypeMethodDescriptionparameterName
(String parameterName) PCS supports custom Slurm settings for clusters, compute node groups, and queues.parameterValue
(String parameterValue) The values for the configured Slurm settings.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
-
parameterName
PCS supports custom Slurm settings for clusters, compute node groups, and queues. For more information, see Configuring custom Slurm settings in PCS in the PCS User Guide.
- Parameters:
parameterName
- PCS supports custom Slurm settings for clusters, compute node groups, and queues. For more information, see Configuring custom Slurm settings in PCS in the PCS User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameterValue
The values for the configured Slurm settings.
- Parameters:
parameterValue
- The values for the configured Slurm settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-