Struct aws_sdk_eks::operation::update_access_entry::builders::UpdateAccessEntryOutputBuilder
source · #[non_exhaustive]pub struct UpdateAccessEntryOutputBuilder { /* private fields */ }Expand description
A builder for UpdateAccessEntryOutput.
Implementations§
source§impl UpdateAccessEntryOutputBuilder
impl UpdateAccessEntryOutputBuilder
sourcepub fn access_entry(self, input: AccessEntry) -> Self
pub fn access_entry(self, input: AccessEntry) -> Self
The ARN of the IAM principal for the AccessEntry.
sourcepub fn set_access_entry(self, input: Option<AccessEntry>) -> Self
pub fn set_access_entry(self, input: Option<AccessEntry>) -> Self
The ARN of the IAM principal for the AccessEntry.
sourcepub fn get_access_entry(&self) -> &Option<AccessEntry>
pub fn get_access_entry(&self) -> &Option<AccessEntry>
The ARN of the IAM principal for the AccessEntry.
sourcepub fn build(self) -> UpdateAccessEntryOutput
pub fn build(self) -> UpdateAccessEntryOutput
Consumes the builder and constructs a UpdateAccessEntryOutput.
Trait Implementations§
source§impl Clone for UpdateAccessEntryOutputBuilder
impl Clone for UpdateAccessEntryOutputBuilder
source§fn clone(&self) -> UpdateAccessEntryOutputBuilder
fn clone(&self) -> UpdateAccessEntryOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for UpdateAccessEntryOutputBuilder
impl Default for UpdateAccessEntryOutputBuilder
source§fn default() -> UpdateAccessEntryOutputBuilder
fn default() -> UpdateAccessEntryOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateAccessEntryOutputBuilder
impl PartialEq for UpdateAccessEntryOutputBuilder
source§fn eq(&self, other: &UpdateAccessEntryOutputBuilder) -> bool
fn eq(&self, other: &UpdateAccessEntryOutputBuilder) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateAccessEntryOutputBuilder
Auto Trait Implementations§
impl Freeze for UpdateAccessEntryOutputBuilder
impl RefUnwindSafe for UpdateAccessEntryOutputBuilder
impl Send for UpdateAccessEntryOutputBuilder
impl Sync for UpdateAccessEntryOutputBuilder
impl Unpin for UpdateAccessEntryOutputBuilder
impl UnwindSafe for UpdateAccessEntryOutputBuilder
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
Mutably borrows from an owned value. Read more
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)
🔬This is a nightly-only experimental API. (
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>
Converts
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>
Converts
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 moreCreates a shared type from an unshared type.