pub struct SetRoleRequestBuilder { /* private fields */ }
Expand description
Builder for SetRoleRequest
.
Implementations§
source§impl SetRoleRequestBuilder
impl SetRoleRequestBuilder
pub fn mount<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn name<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn creation_statements<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn db_name<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn default_ttl<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn max_ttl<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn renew_statements<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn revocation_statements<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn rollback_statements<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
sourcepub fn build(&self) -> Result<SetRoleRequest, SetRoleRequestBuilderError>
pub fn build(&self) -> Result<SetRoleRequest, SetRoleRequestBuilderError>
Trait Implementations§
source§impl Clone for SetRoleRequestBuilder
impl Clone for SetRoleRequestBuilder
source§fn clone(&self) -> SetRoleRequestBuilder
fn clone(&self) -> SetRoleRequestBuilder
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 SetRoleRequestBuilder
impl RefUnwindSafe for SetRoleRequestBuilder
impl Send for SetRoleRequestBuilder
impl Sync for SetRoleRequestBuilder
impl Unpin for SetRoleRequestBuilder
impl UnwindSafe for SetRoleRequestBuilder
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
)