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 that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #autoScalingGroups(List) .autoScalingGroups - a consumer that will call methods on List.Builder #autoScalingGroups(List) 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 © 2021. All rights reserved.