Struct aws_sdk_eks::error::invalid_parameter_exception::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for InvalidParameterException
.
Implementations§
source§impl Builder
impl Builder
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 fargate_profile_name(self, input: impl Into<String>) -> Self
pub fn fargate_profile_name(self, input: impl Into<String>) -> Self
The Fargate profile associated with the exception.
sourcepub fn set_fargate_profile_name(self, input: Option<String>) -> Self
pub fn set_fargate_profile_name(self, input: Option<String>) -> Self
The Fargate profile associated with the exception.
pub fn addon_name(self, input: impl Into<String>) -> Self
pub fn set_addon_name(self, input: Option<String>) -> Self
pub fn message(self, input: impl Into<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
sourcepub fn build(self) -> InvalidParameterException
pub fn build(self) -> InvalidParameterException
Consumes the builder and constructs a InvalidParameterException
.