Interface ComputeNodeGroupConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ComputeNodeGroupConfiguration.Builder,,ComputeNodeGroupConfiguration> SdkBuilder<ComputeNodeGroupConfiguration.Builder,,ComputeNodeGroupConfiguration> SdkPojo
- Enclosing class:
 ComputeNodeGroupConfiguration
public static interface ComputeNodeGroupConfiguration.Builder
extends SdkPojo, CopyableBuilder<ComputeNodeGroupConfiguration.Builder,ComputeNodeGroupConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptioncomputeNodeGroupId(String computeNodeGroupId) The compute node group ID for the compute node group configuration.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
- 
computeNodeGroupId
The compute node group ID for the compute node group configuration.
- Parameters:
 computeNodeGroupId- The compute node group ID for the compute node group configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -