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 ==.impl StructuralPartialEq for CreateAccessEntryOutputBuilder
Auto Trait Implementations§
impl Freeze for CreateAccessEntryOutputBuilder
impl RefUnwindSafe for CreateAccessEntryOutputBuilder
impl Send for CreateAccessEntryOutputBuilder
impl Sync for CreateAccessEntryOutputBuilder
impl Unpin for CreateAccessEntryOutputBuilder
impl UnwindSafe for CreateAccessEntryOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more