public static interface AwsEksClusterResourcesVpcConfigDetails.Builder extends SdkPojo, CopyableBuilder<AwsEksClusterResourcesVpcConfigDetails.Builder,AwsEksClusterResourcesVpcConfigDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEksClusterResourcesVpcConfigDetails.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The security groups that are associated with the cross-account elastic network interfaces that are used to
allow communication between your nodes and the Amazon EKS control plane.
|
AwsEksClusterResourcesVpcConfigDetails.Builder |
securityGroupIds(String... securityGroupIds)
The security groups that are associated with the cross-account elastic network interfaces that are used to
allow communication between your nodes and the Amazon EKS control plane.
|
AwsEksClusterResourcesVpcConfigDetails.Builder |
subnetIds(Collection<String> subnetIds)
The subnets that are associated with the cluster.
|
AwsEksClusterResourcesVpcConfigDetails.Builder |
subnetIds(String... subnetIds)
The subnets that are associated with the cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEksClusterResourcesVpcConfigDetails.Builder securityGroupIds(Collection<String> securityGroupIds)
The security groups that are associated with the cross-account elastic network interfaces that are used to allow communication between your nodes and the Amazon EKS control plane.
securityGroupIds - The security groups that are associated with the cross-account elastic network interfaces that are
used to allow communication between your nodes and the Amazon EKS control plane.AwsEksClusterResourcesVpcConfigDetails.Builder securityGroupIds(String... securityGroupIds)
The security groups that are associated with the cross-account elastic network interfaces that are used to allow communication between your nodes and the Amazon EKS control plane.
securityGroupIds - The security groups that are associated with the cross-account elastic network interfaces that are
used to allow communication between your nodes and the Amazon EKS control plane.AwsEksClusterResourcesVpcConfigDetails.Builder subnetIds(Collection<String> subnetIds)
The subnets that are associated with the cluster.
subnetIds - The subnets that are associated with the cluster.AwsEksClusterResourcesVpcConfigDetails.Builder subnetIds(String... subnetIds)
The subnets that are associated with the cluster.
subnetIds - The subnets that are associated with the cluster.Copyright © 2022. All rights reserved.