Class CfnCluster.SlurmdbdCustomSettingProperty.Builder
java.lang.Object
software.amazon.awscdk.services.pcs.CfnCluster.SlurmdbdCustomSettingProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCluster.SlurmdbdCustomSettingProperty>
- Enclosing interface:
CfnCluster.SlurmdbdCustomSettingProperty
@Stability(Stable)
public static final class CfnCluster.SlurmdbdCustomSettingProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCluster.SlurmdbdCustomSettingProperty>
A builder for
CfnCluster.SlurmdbdCustomSettingProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.parameterName(String parameterName) Sets the value ofCfnCluster.SlurmdbdCustomSettingProperty.getParameterName()parameterValue(String parameterValue) Sets the value ofCfnCluster.SlurmdbdCustomSettingProperty.getParameterValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
parameterName
@Stability(Stable) public CfnCluster.SlurmdbdCustomSettingProperty.Builder parameterName(String parameterName) Sets the value ofCfnCluster.SlurmdbdCustomSettingProperty.getParameterName()- Parameters:
parameterName- The slurmdbd.conf parameter name. This parameter is required.- Returns:
this
-
parameterValue
@Stability(Stable) public CfnCluster.SlurmdbdCustomSettingProperty.Builder parameterValue(String parameterValue) Sets the value ofCfnCluster.SlurmdbdCustomSettingProperty.getParameterValue()- Parameters:
parameterValue- The value for the slurmdbd.conf parameter. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCluster.SlurmdbdCustomSettingProperty>- Returns:
- a new instance of
CfnCluster.SlurmdbdCustomSettingProperty - Throws:
NullPointerException- if any required attribute was not provided
-