@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsEksClusterResourcesVpcConfigDetails extends Object implements Serializable, Cloneable, StructuredPojo
Information about the VPC configuration used by the cluster control plane.
Constructor and Description |
---|
AwsEksClusterResourcesVpcConfigDetails() |
Modifier and Type | Method and Description |
---|---|
AwsEksClusterResourcesVpcConfigDetails |
clone() |
boolean |
equals(Object obj) |
List<String> |
getSecurityGroupIds()
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.
|
List<String> |
getSubnetIds()
The subnets that are associated with the cluster.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSecurityGroupIds(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.
|
void |
setSubnetIds(Collection<String> subnetIds)
The subnets that are associated with the cluster.
|
String |
toString()
Returns a string representation of this object.
|
AwsEksClusterResourcesVpcConfigDetails |
withSecurityGroupIds(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 |
withSecurityGroupIds(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 |
withSubnetIds(Collection<String> subnetIds)
The subnets that are associated with the cluster.
|
AwsEksClusterResourcesVpcConfigDetails |
withSubnetIds(String... subnetIds)
The subnets that are associated with the cluster.
|
public AwsEksClusterResourcesVpcConfigDetails()
public List<String> getSecurityGroupIds()
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.
public void setSecurityGroupIds(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.public AwsEksClusterResourcesVpcConfigDetails withSecurityGroupIds(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.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroupIds(java.util.Collection)
or withSecurityGroupIds(java.util.Collection)
if you
want to override the existing values.
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.public AwsEksClusterResourcesVpcConfigDetails withSecurityGroupIds(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.public List<String> getSubnetIds()
The subnets that are associated with the cluster.
public void setSubnetIds(Collection<String> subnetIds)
The subnets that are associated with the cluster.
subnetIds
- The subnets that are associated with the cluster.public AwsEksClusterResourcesVpcConfigDetails withSubnetIds(String... subnetIds)
The subnets that are associated with the cluster.
NOTE: This method appends the values to the existing list (if any). Use
setSubnetIds(java.util.Collection)
or withSubnetIds(java.util.Collection)
if you want to
override the existing values.
subnetIds
- The subnets that are associated with the cluster.public AwsEksClusterResourcesVpcConfigDetails withSubnetIds(Collection<String> subnetIds)
The subnets that are associated with the cluster.
subnetIds
- The subnets that are associated with the cluster.public String toString()
toString
in class Object
Object.toString()
public AwsEksClusterResourcesVpcConfigDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.