pub struct CreateRoleTagRequestBuilder { /* private fields */ }
Expand description
Builder for CreateRoleTagRequest
.
Implementations§
source§impl CreateRoleTagRequestBuilder
impl CreateRoleTagRequestBuilder
pub fn mount<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn role<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn policies<VALUE: Into<Vec<String>>>(&mut self, value: VALUE) -> &mut Self
pub fn max_ttl<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn instance_id<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn allow_instance_migration<VALUE: Into<bool>>( &mut self, value: VALUE, ) -> &mut Self
pub fn disallow_reauthentication<VALUE: Into<bool>>( &mut self, value: VALUE, ) -> &mut Self
sourcepub fn build(
&self,
) -> Result<CreateRoleTagRequest, CreateRoleTagRequestBuilderError>
pub fn build( &self, ) -> Result<CreateRoleTagRequest, CreateRoleTagRequestBuilderError>
Trait Implementations§
source§impl Clone for CreateRoleTagRequestBuilder
impl Clone for CreateRoleTagRequestBuilder
source§fn clone(&self) -> CreateRoleTagRequestBuilder
fn clone(&self) -> CreateRoleTagRequestBuilder
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 CreateRoleTagRequestBuilder
impl RefUnwindSafe for CreateRoleTagRequestBuilder
impl Send for CreateRoleTagRequestBuilder
impl Sync for CreateRoleTagRequestBuilder
impl Unpin for CreateRoleTagRequestBuilder
impl UnwindSafe for CreateRoleTagRequestBuilder
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
)