#[non_exhaustive]pub struct PodIdentityAssociationSummaryBuilder { /* private fields */ }Expand description
A builder for PodIdentityAssociationSummary.
Implementations§
source§impl PodIdentityAssociationSummaryBuilder
impl PodIdentityAssociationSummaryBuilder
sourcepub fn cluster_name(self, input: impl Into<String>) -> Self
pub fn cluster_name(self, input: impl Into<String>) -> Self
The name of the cluster that the association is in.
sourcepub fn set_cluster_name(self, input: Option<String>) -> Self
pub fn set_cluster_name(self, input: Option<String>) -> Self
The name of the cluster that the association is in.
sourcepub fn get_cluster_name(&self) -> &Option<String>
pub fn get_cluster_name(&self) -> &Option<String>
The name of the cluster that the association is in.
sourcepub fn namespace(self, input: impl Into<String>) -> Self
pub fn namespace(self, input: impl Into<String>) -> Self
The name of the Kubernetes namespace inside the cluster to create the association in. The service account and the pods that use the service account must be in this namespace.
sourcepub fn set_namespace(self, input: Option<String>) -> Self
pub fn set_namespace(self, input: Option<String>) -> Self
The name of the Kubernetes namespace inside the cluster to create the association in. The service account and the pods that use the service account must be in this namespace.
sourcepub fn get_namespace(&self) -> &Option<String>
pub fn get_namespace(&self) -> &Option<String>
The name of the Kubernetes namespace inside the cluster to create the association in. The service account and the pods that use the service account must be in this namespace.
sourcepub fn service_account(self, input: impl Into<String>) -> Self
pub fn service_account(self, input: impl Into<String>) -> Self
The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.
sourcepub fn set_service_account(self, input: Option<String>) -> Self
pub fn set_service_account(self, input: Option<String>) -> Self
The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.
sourcepub fn get_service_account(&self) -> &Option<String>
pub fn get_service_account(&self) -> &Option<String>
The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.
sourcepub fn association_arn(self, input: impl Into<String>) -> Self
pub fn association_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the association.
sourcepub fn set_association_arn(self, input: Option<String>) -> Self
pub fn set_association_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the association.
sourcepub fn get_association_arn(&self) -> &Option<String>
pub fn get_association_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the association.
sourcepub fn association_id(self, input: impl Into<String>) -> Self
pub fn association_id(self, input: impl Into<String>) -> Self
The ID of the association.
sourcepub fn set_association_id(self, input: Option<String>) -> Self
pub fn set_association_id(self, input: Option<String>) -> Self
The ID of the association.
sourcepub fn get_association_id(&self) -> &Option<String>
pub fn get_association_id(&self) -> &Option<String>
The ID of the association.
sourcepub fn build(self) -> PodIdentityAssociationSummary
pub fn build(self) -> PodIdentityAssociationSummary
Consumes the builder and constructs a PodIdentityAssociationSummary.
Trait Implementations§
source§impl Clone for PodIdentityAssociationSummaryBuilder
impl Clone for PodIdentityAssociationSummaryBuilder
source§fn clone(&self) -> PodIdentityAssociationSummaryBuilder
fn clone(&self) -> PodIdentityAssociationSummaryBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for PodIdentityAssociationSummaryBuilder
impl Default for PodIdentityAssociationSummaryBuilder
source§fn default() -> PodIdentityAssociationSummaryBuilder
fn default() -> PodIdentityAssociationSummaryBuilder
source§impl PartialEq for PodIdentityAssociationSummaryBuilder
impl PartialEq for PodIdentityAssociationSummaryBuilder
source§fn eq(&self, other: &PodIdentityAssociationSummaryBuilder) -> bool
fn eq(&self, other: &PodIdentityAssociationSummaryBuilder) -> bool
self and other values to be equal, and is used
by ==.