@Generated(value="software.amazon.awssdk:codegen") public final class VpcConfigRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpcConfigRequest.Builder,VpcConfigRequest>
An object representing the VPC configuration to use for an Amazon EKS cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VpcConfigRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VpcConfigRequest.Builder |
builder() |
Boolean |
endpointPrivateAccess()
Set this value to
true to enable private access for your cluster's Kubernetes API server endpoint. |
Boolean |
endpointPublicAccess()
Set this value to
false to disable public access for your cluster's Kubernetes API server endpoint. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
List<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.
|
static Class<? extends VpcConfigRequest.Builder> |
serializableBuilderClass() |
List<String> |
subnetIds()
Specify subnets for your Amazon EKS worker nodes.
|
VpcConfigRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<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. If you don't specify a security group, the default security group for your VPC is used.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Boolean endpointPublicAccess()
Set this value to false to disable public access for your cluster's Kubernetes API server endpoint.
If you disable public access, your cluster's Kubernetes API server can receive only requests from within the
cluster VPC. The default value for this parameter is true, which enables public access for your
Kubernetes API server. For more information, see Amazon EKS Cluster Endpoint Access
Control in the Amazon EKS User Guide .
false to disable public access for your cluster's Kubernetes API server
endpoint. If you disable public access, your cluster's Kubernetes API server can receive only requests
from within the cluster VPC. The default value for this parameter is true, which enables
public access for your Kubernetes API server. For more information, see Amazon EKS Cluster Endpoint
Access Control in the Amazon EKS User Guide .public Boolean endpointPrivateAccess()
Set this value to true to enable private access for your cluster's Kubernetes API server endpoint.
If you enable private access, Kubernetes API requests from within your cluster's VPC use the private VPC
endpoint. The default value for this parameter is false, which disables private access for your
Kubernetes API server. For more information, see Amazon EKS Cluster Endpoint Access
Control in the Amazon EKS User Guide .
true to enable private access for your cluster's Kubernetes API server
endpoint. If you enable private access, Kubernetes API requests from within your cluster's VPC use the
private VPC endpoint. The default value for this parameter is false, which disables private
access for your Kubernetes API server. For more information, see Amazon EKS Cluster Endpoint
Access Control in the Amazon EKS User Guide .public VpcConfigRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VpcConfigRequest.Builder,VpcConfigRequest>public static VpcConfigRequest.Builder builder()
public static Class<? extends VpcConfigRequest.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.