public static interface NodegroupResources.Builder extends SdkPojo, CopyableBuilder<NodegroupResources.Builder,NodegroupResources>
| Modifier and Type | Method and Description |
|---|---|
NodegroupResources.Builder |
autoScalingGroups(AutoScalingGroup... autoScalingGroups)
The Auto Scaling groups associated with the node group.
|
NodegroupResources.Builder |
autoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
The Auto Scaling groups associated with the node group.
|
NodegroupResources.Builder |
autoScalingGroups(Consumer<AutoScalingGroup.Builder>... autoScalingGroups)
The Auto Scaling groups associated with the node group.
|
NodegroupResources.Builder |
remoteAccessSecurityGroup(String remoteAccessSecurityGroup)
The remote access security group associated with the node group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNodegroupResources.Builder autoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
The Auto Scaling groups associated with the node group.
autoScalingGroups - The Auto Scaling groups associated with the node group.NodegroupResources.Builder autoScalingGroups(AutoScalingGroup... autoScalingGroups)
The Auto Scaling groups associated with the node group.
autoScalingGroups - The Auto Scaling groups associated with the node group.NodegroupResources.Builder autoScalingGroups(Consumer<AutoScalingGroup.Builder>... autoScalingGroups)
The Auto Scaling groups associated with the node group.
This is a convenience method that creates an instance of theAutoScalingGroup.Builder avoiding the need to create one
manually via AutoScalingGroup.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #autoScalingGroups(List.
autoScalingGroups - a consumer that will call methods on
AutoScalingGroup.Builder#autoScalingGroups(java.util.Collection) NodegroupResources.Builder remoteAccessSecurityGroup(String remoteAccessSecurityGroup)
The remote access security group associated with the node group. This security group controls SSH access to the nodes.
remoteAccessSecurityGroup - The remote access security group associated with the node group. This security group controls SSH
access to the nodes.Copyright © 2022. All rights reserved.