#[non_exhaustive]pub struct UpdateAccessConfigRequestBuilder { /* private fields */ }Expand description
A builder for UpdateAccessConfigRequest.
Implementations§
source§impl UpdateAccessConfigRequestBuilder
impl UpdateAccessConfigRequestBuilder
sourcepub fn authentication_mode(self, input: AuthenticationMode) -> Self
pub fn authentication_mode(self, input: AuthenticationMode) -> Self
The desired authentication mode for the cluster.
sourcepub fn set_authentication_mode(self, input: Option<AuthenticationMode>) -> Self
pub fn set_authentication_mode(self, input: Option<AuthenticationMode>) -> Self
The desired authentication mode for the cluster.
sourcepub fn get_authentication_mode(&self) -> &Option<AuthenticationMode>
pub fn get_authentication_mode(&self) -> &Option<AuthenticationMode>
The desired authentication mode for the cluster.
sourcepub fn build(self) -> UpdateAccessConfigRequest
pub fn build(self) -> UpdateAccessConfigRequest
Consumes the builder and constructs a UpdateAccessConfigRequest.
Trait Implementations§
source§impl Clone for UpdateAccessConfigRequestBuilder
impl Clone for UpdateAccessConfigRequestBuilder
source§fn clone(&self) -> UpdateAccessConfigRequestBuilder
fn clone(&self) -> UpdateAccessConfigRequestBuilder
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 UpdateAccessConfigRequestBuilder
impl Default for UpdateAccessConfigRequestBuilder
source§fn default() -> UpdateAccessConfigRequestBuilder
fn default() -> UpdateAccessConfigRequestBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateAccessConfigRequestBuilder
impl PartialEq for UpdateAccessConfigRequestBuilder
source§fn eq(&self, other: &UpdateAccessConfigRequestBuilder) -> bool
fn eq(&self, other: &UpdateAccessConfigRequestBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateAccessConfigRequestBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateAccessConfigRequestBuilder
impl Send for UpdateAccessConfigRequestBuilder
impl Sync for UpdateAccessConfigRequestBuilder
impl Unpin for UpdateAccessConfigRequestBuilder
impl UnwindSafe for UpdateAccessConfigRequestBuilder
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> 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>
Creates a shared type from an unshared type.