Class CfnQueuePropsMixin.SlurmCustomSettingProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pcs.CfnQueuePropsMixin.SlurmCustomSettingProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnQueuePropsMixin.SlurmCustomSettingProperty>
- Enclosing interface:
CfnQueuePropsMixin.SlurmCustomSettingProperty
@Stability(Stable)
public static final class CfnQueuePropsMixin.SlurmCustomSettingProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnQueuePropsMixin.SlurmCustomSettingProperty>
A builder for
CfnQueuePropsMixin.SlurmCustomSettingProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.parameterName(String parameterName) Sets the value ofCfnQueuePropsMixin.SlurmCustomSettingProperty.getParameterName()parameterValue(String parameterValue) Sets the value ofCfnQueuePropsMixin.SlurmCustomSettingProperty.getParameterValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
parameterName
@Stability(Stable) public CfnQueuePropsMixin.SlurmCustomSettingProperty.Builder parameterName(String parameterName) Sets the value ofCfnQueuePropsMixin.SlurmCustomSettingProperty.getParameterName()- Parameters:
parameterName- AWS PCS supports configuration of the Slurm parameters for queues:.- Returns:
this
-
parameterValue
@Stability(Stable) public CfnQueuePropsMixin.SlurmCustomSettingProperty.Builder parameterValue(String parameterValue) Sets the value ofCfnQueuePropsMixin.SlurmCustomSettingProperty.getParameterValue()- Parameters:
parameterValue- The value for the configured Slurm setting.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnQueuePropsMixin.SlurmCustomSettingProperty>- Returns:
- a new instance of
CfnQueuePropsMixin.SlurmCustomSettingProperty - Throws:
NullPointerException- if any required attribute was not provided
-