Interface AutoScalingGroup.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AutoScalingGroup.Builder,AutoScalingGroup>,SdkBuilder<AutoScalingGroup.Builder,AutoScalingGroup>,SdkPojo
- Enclosing class:
- AutoScalingGroup
public static interface AutoScalingGroup.Builder extends SdkPojo, CopyableBuilder<AutoScalingGroup.Builder,AutoScalingGroup>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoScalingGroup.Buildername(String name)The name of the Auto Scaling group associated with an Amazon EKS managed node group.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
AutoScalingGroup.Builder name(String name)
The name of the Auto Scaling group associated with an Amazon EKS managed node group.
- Parameters:
name- The name of the Auto Scaling group associated with an Amazon EKS managed node group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-