| Package | Description |
|---|---|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
NodegroupResources.Builder |
NodegroupResources.Builder.autoScalingGroups(AutoScalingGroup... autoScalingGroups)
The Auto Scaling groups associated with the node group.
|
NodegroupResources.Builder |
NodegroupResources.Builder.autoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
The Auto Scaling groups associated with the node group.
|
NodegroupResources.Builder |
NodegroupResources.Builder.autoScalingGroups(Consumer<AutoScalingGroup.Builder>... autoScalingGroups)
The Auto Scaling groups associated with the node group.
|
static NodegroupResources.Builder |
NodegroupResources.builder() |
NodegroupResources.Builder |
NodegroupResources.Builder.remoteAccessSecurityGroup(String remoteAccessSecurityGroup)
The remote access security group associated with the node group.
|
NodegroupResources.Builder |
NodegroupResources.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NodegroupResources.Builder> |
NodegroupResources.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Nodegroup.Builder |
Nodegroup.Builder.resources(Consumer<NodegroupResources.Builder> resources)
The resources associated with the node group, such as Auto Scaling groups and security groups for remote
access.
|
Copyright © 2021. All rights reserved.