Struct aws_sdk_kms::operation::create_custom_key_store::builders::CreateCustomKeyStoreOutputBuilder
source · #[non_exhaustive]pub struct CreateCustomKeyStoreOutputBuilder { /* private fields */ }
Expand description
A builder for CreateCustomKeyStoreOutput
.
Implementations§
source§impl CreateCustomKeyStoreOutputBuilder
impl CreateCustomKeyStoreOutputBuilder
sourcepub fn custom_key_store_id(self, input: impl Into<String>) -> Self
pub fn custom_key_store_id(self, input: impl Into<String>) -> Self
A unique identifier for the new custom key store.
sourcepub fn set_custom_key_store_id(self, input: Option<String>) -> Self
pub fn set_custom_key_store_id(self, input: Option<String>) -> Self
A unique identifier for the new custom key store.
sourcepub fn get_custom_key_store_id(&self) -> &Option<String>
pub fn get_custom_key_store_id(&self) -> &Option<String>
A unique identifier for the new custom key store.
sourcepub fn build(self) -> CreateCustomKeyStoreOutput
pub fn build(self) -> CreateCustomKeyStoreOutput
Consumes the builder and constructs a CreateCustomKeyStoreOutput
.
Trait Implementations§
source§impl Clone for CreateCustomKeyStoreOutputBuilder
impl Clone for CreateCustomKeyStoreOutputBuilder
source§fn clone(&self) -> CreateCustomKeyStoreOutputBuilder
fn clone(&self) -> CreateCustomKeyStoreOutputBuilder
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 moresource§impl Default for CreateCustomKeyStoreOutputBuilder
impl Default for CreateCustomKeyStoreOutputBuilder
source§fn default() -> CreateCustomKeyStoreOutputBuilder
fn default() -> CreateCustomKeyStoreOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateCustomKeyStoreOutputBuilder
impl PartialEq for CreateCustomKeyStoreOutputBuilder
source§fn eq(&self, other: &CreateCustomKeyStoreOutputBuilder) -> bool
fn eq(&self, other: &CreateCustomKeyStoreOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateCustomKeyStoreOutputBuilder
Auto Trait Implementations§
impl Freeze for CreateCustomKeyStoreOutputBuilder
impl RefUnwindSafe for CreateCustomKeyStoreOutputBuilder
impl Send for CreateCustomKeyStoreOutputBuilder
impl Sync for CreateCustomKeyStoreOutputBuilder
impl Unpin for CreateCustomKeyStoreOutputBuilder
impl UnwindSafe for CreateCustomKeyStoreOutputBuilder
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> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.