static AwsEksClusterResourcesVpcConfigDetails.Builder |
AwsEksClusterResourcesVpcConfigDetails.builder() |
|
AwsEksClusterResourcesVpcConfigDetails.Builder |
AwsEksClusterResourcesVpcConfigDetails.Builder.endpointPublicAccess(Boolean endpointPublicAccess) |
Indicates whether the Amazon EKS public API server endpoint is turned on.
|
AwsEksClusterResourcesVpcConfigDetails.Builder |
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 |
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 |
AwsEksClusterResourcesVpcConfigDetails.Builder.subnetIds(String... subnetIds) |
The subnets that are associated with the cluster.
|
AwsEksClusterResourcesVpcConfigDetails.Builder |
AwsEksClusterResourcesVpcConfigDetails.Builder.subnetIds(Collection<String> subnetIds) |
The subnets that are associated with the cluster.
|
AwsEksClusterResourcesVpcConfigDetails.Builder |
AwsEksClusterResourcesVpcConfigDetails.toBuilder() |
|