pub struct SetSecretMetadataRequestBuilder { /* private fields */ }
Expand description
Builder for SetSecretMetadataRequest
.
Implementations§
source§impl SetSecretMetadataRequestBuilder
impl SetSecretMetadataRequestBuilder
pub fn mount<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn path<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn max_versions<VALUE: Into<u64>>(&mut self, value: VALUE) -> &mut Self
pub fn cas_required<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
pub fn delete_version_after<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn custom_metadata<VALUE: Into<HashMap<String, String>>>( &mut self, value: VALUE, ) -> &mut Self
sourcepub fn build(
&self,
) -> Result<SetSecretMetadataRequest, SetSecretMetadataRequestBuilderError>
pub fn build( &self, ) -> Result<SetSecretMetadataRequest, SetSecretMetadataRequestBuilderError>
Trait Implementations§
source§impl Clone for SetSecretMetadataRequestBuilder
impl Clone for SetSecretMetadataRequestBuilder
source§fn clone(&self) -> SetSecretMetadataRequestBuilder
fn clone(&self) -> SetSecretMetadataRequestBuilder
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 SetSecretMetadataRequestBuilder
impl RefUnwindSafe for SetSecretMetadataRequestBuilder
impl Send for SetSecretMetadataRequestBuilder
impl Sync for SetSecretMetadataRequestBuilder
impl Unpin for SetSecretMetadataRequestBuilder
impl UnwindSafe for SetSecretMetadataRequestBuilder
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
)