Class CfnComputeNodeGroupPropsMixin.SlurmConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pcs.CfnComputeNodeGroupPropsMixin.SlurmConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnComputeNodeGroupPropsMixin.SlurmConfigurationProperty>
- Enclosing interface:
CfnComputeNodeGroupPropsMixin.SlurmConfigurationProperty
@Stability(Stable)
public static final class CfnComputeNodeGroupPropsMixin.SlurmConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnComputeNodeGroupPropsMixin.SlurmConfigurationProperty>
A builder for
CfnComputeNodeGroupPropsMixin.SlurmConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.slurmCustomSettings(List<? extends Object> slurmCustomSettings) slurmCustomSettings(IResolvable slurmCustomSettings)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
slurmCustomSettings
@Stability(Stable) public CfnComputeNodeGroupPropsMixin.SlurmConfigurationProperty.Builder slurmCustomSettings(IResolvable slurmCustomSettings) - Parameters:
slurmCustomSettings- Additional Slurm-specific configuration that directly maps to Slurm settings.- Returns:
this
-
slurmCustomSettings
@Stability(Stable) public CfnComputeNodeGroupPropsMixin.SlurmConfigurationProperty.Builder slurmCustomSettings(List<? extends Object> slurmCustomSettings) - Parameters:
slurmCustomSettings- Additional Slurm-specific configuration that directly maps to Slurm settings.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnComputeNodeGroupPropsMixin.SlurmConfigurationProperty>- Returns:
- a new instance of
CfnComputeNodeGroupPropsMixin.SlurmConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-