#[non_exhaustive]pub struct AwsEksClusterResourcesVpcConfigDetailsBuilder { /* private fields */ }
Expand description
A builder for AwsEksClusterResourcesVpcConfigDetails
.
Implementations§
source§impl AwsEksClusterResourcesVpcConfigDetailsBuilder
impl AwsEksClusterResourcesVpcConfigDetailsBuilder
sourcepub fn security_group_ids(self, input: impl Into<String>) -> Self
pub fn security_group_ids(self, input: impl Into<String>) -> Self
Appends an item to security_group_ids
.
To override the contents of this collection use set_security_group_ids
.
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.
sourcepub fn set_security_group_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_security_group_ids(self, input: Option<Vec<String>>) -> Self
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.
sourcepub fn get_security_group_ids(&self) -> &Option<Vec<String>>
pub fn get_security_group_ids(&self) -> &Option<Vec<String>>
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.
sourcepub fn subnet_ids(self, input: impl Into<String>) -> Self
pub fn subnet_ids(self, input: impl Into<String>) -> Self
Appends an item to subnet_ids
.
To override the contents of this collection use set_subnet_ids
.
The subnets that are associated with the cluster.
sourcepub fn set_subnet_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_subnet_ids(self, input: Option<Vec<String>>) -> Self
The subnets that are associated with the cluster.
sourcepub fn get_subnet_ids(&self) -> &Option<Vec<String>>
pub fn get_subnet_ids(&self) -> &Option<Vec<String>>
The subnets that are associated with the cluster.
sourcepub fn endpoint_public_access(self, input: bool) -> Self
pub fn endpoint_public_access(self, input: bool) -> Self
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.
sourcepub fn set_endpoint_public_access(self, input: Option<bool>) -> Self
pub fn set_endpoint_public_access(self, input: Option<bool>) -> Self
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.
sourcepub fn get_endpoint_public_access(&self) -> &Option<bool>
pub fn get_endpoint_public_access(&self) -> &Option<bool>
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.
sourcepub fn build(self) -> AwsEksClusterResourcesVpcConfigDetails
pub fn build(self) -> AwsEksClusterResourcesVpcConfigDetails
Consumes the builder and constructs a AwsEksClusterResourcesVpcConfigDetails
.
Trait Implementations§
source§impl Clone for AwsEksClusterResourcesVpcConfigDetailsBuilder
impl Clone for AwsEksClusterResourcesVpcConfigDetailsBuilder
source§fn clone(&self) -> AwsEksClusterResourcesVpcConfigDetailsBuilder
fn clone(&self) -> AwsEksClusterResourcesVpcConfigDetailsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for AwsEksClusterResourcesVpcConfigDetailsBuilder
impl Default for AwsEksClusterResourcesVpcConfigDetailsBuilder
source§fn default() -> AwsEksClusterResourcesVpcConfigDetailsBuilder
fn default() -> AwsEksClusterResourcesVpcConfigDetailsBuilder
source§impl PartialEq for AwsEksClusterResourcesVpcConfigDetailsBuilder
impl PartialEq for AwsEksClusterResourcesVpcConfigDetailsBuilder
source§fn eq(&self, other: &AwsEksClusterResourcesVpcConfigDetailsBuilder) -> bool
fn eq(&self, other: &AwsEksClusterResourcesVpcConfigDetailsBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.