pub struct SetAppRoleRequestBuilder { /* private fields */ }
Expand description
Builder for SetAppRoleRequest
.
Implementations§
source§impl SetAppRoleRequestBuilder
impl SetAppRoleRequestBuilder
pub fn mount<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn role_name<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn bind_secret_id<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
pub fn secret_id_bound_cidrs<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn secret_id_num_uses<VALUE: Into<u64>>( &mut self, value: VALUE, ) -> &mut Self
pub fn secret_id_ttl<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn enable_local_secret_ids<VALUE: Into<bool>>( &mut self, value: VALUE, ) -> &mut Self
pub fn token_ttl<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn token_max_ttl<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn token_policies<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn token_bound_cidrs<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn token_explicit_max_ttl<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn token_no_default_policy<VALUE: Into<bool>>( &mut self, value: VALUE, ) -> &mut Self
pub fn token_num_uses<VALUE: Into<u64>>(&mut self, value: VALUE) -> &mut Self
pub fn token_period<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn token_type<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
sourcepub fn build(&self) -> Result<SetAppRoleRequest, SetAppRoleRequestBuilderError>
pub fn build(&self) -> Result<SetAppRoleRequest, SetAppRoleRequestBuilderError>
Trait Implementations§
source§impl Clone for SetAppRoleRequestBuilder
impl Clone for SetAppRoleRequestBuilder
source§fn clone(&self) -> SetAppRoleRequestBuilder
fn clone(&self) -> SetAppRoleRequestBuilder
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 SetAppRoleRequestBuilder
impl RefUnwindSafe for SetAppRoleRequestBuilder
impl Send for SetAppRoleRequestBuilder
impl Sync for SetAppRoleRequestBuilder
impl Unpin for SetAppRoleRequestBuilder
impl UnwindSafe for SetAppRoleRequestBuilder
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
)