Interface SlurmCustomSetting.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SlurmCustomSetting.Builder,SlurmCustomSetting>,SdkBuilder<SlurmCustomSetting.Builder,SlurmCustomSetting>,SdkPojo
- Enclosing class:
- SlurmCustomSetting
public static interface SlurmCustomSetting.Builder extends SdkPojo, CopyableBuilder<SlurmCustomSetting.Builder,SlurmCustomSetting>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SlurmCustomSetting.BuilderparameterName(String parameterName)Amazon Web Services PCS supports configuration of the following Slurm parameters:SlurmCustomSetting.BuilderparameterValue(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, sdkFields
-
-
-
-
Method Detail
-
parameterName
SlurmCustomSetting.Builder parameterName(String parameterName)
Amazon Web Services PCS supports configuration of the following Slurm parameters:
-
For clusters
-
For compute node groups
- Parameters:
parameterName- Amazon Web Services PCS supports configuration of the following Slurm parameters:-
For clusters
-
For compute node groups
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
parameterValue
SlurmCustomSetting.Builder parameterValue(String 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.
-
-