public static interface VpcConfigResponse.Builder extends SdkPojo, CopyableBuilder<VpcConfigResponse.Builder,VpcConfigResponse>
Modifier and Type | Method and Description |
---|---|
VpcConfigResponse.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The security groups associated with the cross-account elastic network interfaces that are used to allow
communication between your worker nodes and the Kubernetes control plane.
|
VpcConfigResponse.Builder |
securityGroupIds(String... securityGroupIds)
The security groups associated with the cross-account elastic network interfaces that are used to allow
communication between your worker nodes and the Kubernetes control plane.
|
VpcConfigResponse.Builder |
subnetIds(Collection<String> subnetIds)
The subnets associated with your cluster.
|
VpcConfigResponse.Builder |
subnetIds(String... subnetIds)
The subnets associated with your cluster.
|
VpcConfigResponse.Builder |
vpcId(String vpcId)
The VPC associated with your cluster.
|
copy
applyMutation, build
VpcConfigResponse.Builder subnetIds(Collection<String> subnetIds)
The subnets associated with your cluster.
subnetIds
- The subnets associated with your cluster.VpcConfigResponse.Builder subnetIds(String... subnetIds)
The subnets associated with your cluster.
subnetIds
- The subnets associated with your cluster.VpcConfigResponse.Builder securityGroupIds(Collection<String> securityGroupIds)
The security groups associated with the cross-account elastic network interfaces that are used to allow communication between your worker nodes and the Kubernetes control plane.
securityGroupIds
- The security groups associated with the cross-account elastic network interfaces that are used to
allow communication between your worker nodes and the Kubernetes control plane.VpcConfigResponse.Builder securityGroupIds(String... securityGroupIds)
The security groups associated with the cross-account elastic network interfaces that are used to allow communication between your worker nodes and the Kubernetes control plane.
securityGroupIds
- The security groups associated with the cross-account elastic network interfaces that are used to
allow communication between your worker nodes and the Kubernetes control plane.VpcConfigResponse.Builder vpcId(String vpcId)
The VPC associated with your cluster.
vpcId
- The VPC associated with your cluster.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.