pub struct Builder { /* private fields */ }
Expand description
A builder for UnsupportedAvailabilityZoneException
.
Implementations§
source§impl Builder
impl Builder
pub fn message(self, input: impl Into<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
sourcepub fn cluster_name(self, input: impl Into<String>) -> Self
pub fn cluster_name(self, input: impl Into<String>) -> Self
The Amazon EKS cluster associated with the exception.
sourcepub fn set_cluster_name(self, input: Option<String>) -> Self
pub fn set_cluster_name(self, input: Option<String>) -> Self
The Amazon EKS cluster associated with the exception.
sourcepub fn nodegroup_name(self, input: impl Into<String>) -> Self
pub fn nodegroup_name(self, input: impl Into<String>) -> Self
The Amazon EKS managed node group associated with the exception.
sourcepub fn set_nodegroup_name(self, input: Option<String>) -> Self
pub fn set_nodegroup_name(self, input: Option<String>) -> Self
The Amazon EKS managed node group associated with the exception.
sourcepub fn valid_zones(self, input: impl Into<String>) -> Self
pub fn valid_zones(self, input: impl Into<String>) -> Self
Appends an item to valid_zones
.
To override the contents of this collection use set_valid_zones
.
The supported Availability Zones for your account. Choose subnets in these Availability Zones for your cluster.
sourcepub fn set_valid_zones(self, input: Option<Vec<String>>) -> Self
pub fn set_valid_zones(self, input: Option<Vec<String>>) -> Self
The supported Availability Zones for your account. Choose subnets in these Availability Zones for your cluster.
sourcepub fn build(self) -> UnsupportedAvailabilityZoneException
pub fn build(self) -> UnsupportedAvailabilityZoneException
Consumes the builder and constructs a UnsupportedAvailabilityZoneException
.