Struct aws_sdk_eks::operation::create_access_entry::builders::CreateAccessEntryOutputBuilder
source · #[non_exhaustive]pub struct CreateAccessEntryOutputBuilder { /* private fields */ }
Expand description
A builder for CreateAccessEntryOutput
.
Implementations§
source§impl CreateAccessEntryOutputBuilder
impl CreateAccessEntryOutputBuilder
sourcepub fn access_entry(self, input: AccessEntry) -> Self
pub fn access_entry(self, input: AccessEntry) -> Self
An access entry allows an IAM principal (user or role) to access your cluster. Access entries can replace the need to maintain the aws-auth
ConfigMap
for authentication. For more information about access entries, see Access entries in the Amazon EKS User Guide.
sourcepub fn set_access_entry(self, input: Option<AccessEntry>) -> Self
pub fn set_access_entry(self, input: Option<AccessEntry>) -> Self
An access entry allows an IAM principal (user or role) to access your cluster. Access entries can replace the need to maintain the aws-auth
ConfigMap
for authentication. For more information about access entries, see Access entries in the Amazon EKS User Guide.
sourcepub fn get_access_entry(&self) -> &Option<AccessEntry>
pub fn get_access_entry(&self) -> &Option<AccessEntry>
An access entry allows an IAM principal (user or role) to access your cluster. Access entries can replace the need to maintain the aws-auth
ConfigMap
for authentication. For more information about access entries, see Access entries in the Amazon EKS User Guide.
sourcepub fn build(self) -> CreateAccessEntryOutput
pub fn build(self) -> CreateAccessEntryOutput
Consumes the builder and constructs a CreateAccessEntryOutput
.
Trait Implementations§
source§impl Clone for CreateAccessEntryOutputBuilder
impl Clone for CreateAccessEntryOutputBuilder
source§fn clone(&self) -> CreateAccessEntryOutputBuilder
fn clone(&self) -> CreateAccessEntryOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateAccessEntryOutputBuilder
impl Default for CreateAccessEntryOutputBuilder
source§fn default() -> CreateAccessEntryOutputBuilder
fn default() -> CreateAccessEntryOutputBuilder
source§impl PartialEq for CreateAccessEntryOutputBuilder
impl PartialEq for CreateAccessEntryOutputBuilder
source§fn eq(&self, other: &CreateAccessEntryOutputBuilder) -> bool
fn eq(&self, other: &CreateAccessEntryOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.