Class CfnQueuePropsMixin.ComputeNodeGroupConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pcs.CfnQueuePropsMixin.ComputeNodeGroupConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnQueuePropsMixin.ComputeNodeGroupConfigurationProperty>
- Enclosing interface:
CfnQueuePropsMixin.ComputeNodeGroupConfigurationProperty
@Stability(Stable)
public static final class CfnQueuePropsMixin.ComputeNodeGroupConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnQueuePropsMixin.ComputeNodeGroupConfigurationProperty>
A builder for
CfnQueuePropsMixin.ComputeNodeGroupConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.computeNodeGroupId(String computeNodeGroupId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
computeNodeGroupId
@Stability(Stable) public CfnQueuePropsMixin.ComputeNodeGroupConfigurationProperty.Builder computeNodeGroupId(String computeNodeGroupId) - Parameters:
computeNodeGroupId- The compute node group ID for the compute node group configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnQueuePropsMixin.ComputeNodeGroupConfigurationProperty>- Returns:
- a new instance of
CfnQueuePropsMixin.ComputeNodeGroupConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-