pub struct SetConfigurationRequestBuilder { /* private fields */ }
Expand description
Builder for SetConfigurationRequest
.
Implementations§
source§impl SetConfigurationRequestBuilder
impl SetConfigurationRequestBuilder
pub fn mount<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn max_retries<VALUE: Into<i32>>(&mut self, value: VALUE) -> &mut Self
pub fn access_key<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn secret_key<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn region<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn iam_endpoint<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn sts_endpoint<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn username_template<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
sourcepub fn build(
&self,
) -> Result<SetConfigurationRequest, SetConfigurationRequestBuilderError>
pub fn build( &self, ) -> Result<SetConfigurationRequest, SetConfigurationRequestBuilderError>
Trait Implementations§
source§impl Clone for SetConfigurationRequestBuilder
impl Clone for SetConfigurationRequestBuilder
source§fn clone(&self) -> SetConfigurationRequestBuilder
fn clone(&self) -> SetConfigurationRequestBuilder
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 moreAuto Trait Implementations§
impl Freeze for SetConfigurationRequestBuilder
impl RefUnwindSafe for SetConfigurationRequestBuilder
impl Send for SetConfigurationRequestBuilder
impl Sync for SetConfigurationRequestBuilder
impl Unpin for SetConfigurationRequestBuilder
impl UnwindSafe for SetConfigurationRequestBuilder
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
)