public static interface VpcConfigRequest.Builder extends SdkPojo, CopyableBuilder<VpcConfigRequest.Builder,VpcConfigRequest>
Modifier and Type | Method and Description |
---|---|
VpcConfigRequest.Builder |
securityGroupIds(Collection<String> securityGroupIds)
Specify one or more security groups for the cross-account elastic network interfaces that Amazon EKS creates
to use to allow communication between your worker nodes and the Kubernetes control plane.
|
VpcConfigRequest.Builder |
securityGroupIds(String... securityGroupIds)
Specify one or more security groups for the cross-account elastic network interfaces that Amazon EKS creates
to use to allow communication between your worker nodes and the Kubernetes control plane.
|
VpcConfigRequest.Builder |
subnetIds(Collection<String> subnetIds)
Specify subnets for your Amazon EKS worker nodes.
|
VpcConfigRequest.Builder |
subnetIds(String... subnetIds)
Specify subnets for your Amazon EKS worker nodes.
|
copy
applyMutation, build
VpcConfigRequest.Builder subnetIds(Collection<String> subnetIds)
Specify subnets for your Amazon EKS worker nodes. Amazon EKS creates cross-account elastic network interfaces in these subnets to allow communication between your worker nodes and the Kubernetes control plane.
subnetIds
- Specify subnets for your Amazon EKS worker nodes. Amazon EKS creates cross-account elastic network
interfaces in these subnets to allow communication between your worker nodes and the Kubernetes
control plane.VpcConfigRequest.Builder subnetIds(String... subnetIds)
Specify subnets for your Amazon EKS worker nodes. Amazon EKS creates cross-account elastic network interfaces in these subnets to allow communication between your worker nodes and the Kubernetes control plane.
subnetIds
- Specify subnets for your Amazon EKS worker nodes. Amazon EKS creates cross-account elastic network
interfaces in these subnets to allow communication between your worker nodes and the Kubernetes
control plane.VpcConfigRequest.Builder securityGroupIds(Collection<String> securityGroupIds)
Specify one or more security groups for the cross-account elastic network interfaces that Amazon EKS creates to use to allow communication between your worker nodes and the Kubernetes control plane.
securityGroupIds
- Specify one or more security groups for the cross-account elastic network interfaces that Amazon EKS
creates to use to allow communication between your worker nodes and the Kubernetes control plane.VpcConfigRequest.Builder securityGroupIds(String... securityGroupIds)
Specify one or more security groups for the cross-account elastic network interfaces that Amazon EKS creates to use to allow communication between your worker nodes and the Kubernetes control plane.
securityGroupIds
- Specify one or more security groups for the cross-account elastic network interfaces that Amazon EKS
creates to use to allow communication between your worker nodes and the Kubernetes control plane.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.