public static interface AwsEksClusterResourcesVpcConfigDetails.Builder extends SdkPojo, CopyableBuilder<AwsEksClusterResourcesVpcConfigDetails.Builder,AwsEksClusterResourcesVpcConfigDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEksClusterResourcesVpcConfigDetails.Builder |
endpointPublicAccess(Boolean endpointPublicAccess)
Indicates whether the Amazon EKS public API server endpoint is turned on.
|
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.AwsEksClusterResourcesVpcConfigDetails.Builder endpointPublicAccess(Boolean endpointPublicAccess)
Indicates whether the Amazon EKS public API server endpoint is turned on. If the Amazon EKS public API server endpoint is turned off, your cluster's Kubernetes API server can only receive requests that originate from within the cluster VPC.
endpointPublicAccess - Indicates whether the Amazon EKS public API server endpoint is turned on. If the Amazon EKS public API
server endpoint is turned off, your cluster's Kubernetes API server can only receive requests that
originate from within the cluster VPC.Copyright © 2023. All rights reserved.