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