Struct aws_sdk_kms::types::builders::XksKeyConfigurationTypeBuilder
source · #[non_exhaustive]pub struct XksKeyConfigurationTypeBuilder { /* private fields */ }
Expand description
A builder for XksKeyConfigurationType
.
Implementations§
source§impl XksKeyConfigurationTypeBuilder
impl XksKeyConfigurationTypeBuilder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The ID of the external key in its external key manager. This is the ID that the external key store proxy uses to identify the external key.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The ID of the external key in its external key manager. This is the ID that the external key store proxy uses to identify the external key.
sourcepub fn get_id(&self) -> &Option<String>
pub fn get_id(&self) -> &Option<String>
The ID of the external key in its external key manager. This is the ID that the external key store proxy uses to identify the external key.
sourcepub fn build(self) -> XksKeyConfigurationType
pub fn build(self) -> XksKeyConfigurationType
Consumes the builder and constructs a XksKeyConfigurationType
.
Trait Implementations§
source§impl Clone for XksKeyConfigurationTypeBuilder
impl Clone for XksKeyConfigurationTypeBuilder
source§fn clone(&self) -> XksKeyConfigurationTypeBuilder
fn clone(&self) -> XksKeyConfigurationTypeBuilder
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 XksKeyConfigurationTypeBuilder
impl Default for XksKeyConfigurationTypeBuilder
source§fn default() -> XksKeyConfigurationTypeBuilder
fn default() -> XksKeyConfigurationTypeBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for XksKeyConfigurationTypeBuilder
impl PartialEq for XksKeyConfigurationTypeBuilder
source§fn eq(&self, other: &XksKeyConfigurationTypeBuilder) -> bool
fn eq(&self, other: &XksKeyConfigurationTypeBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for XksKeyConfigurationTypeBuilder
Auto Trait Implementations§
impl Freeze for XksKeyConfigurationTypeBuilder
impl RefUnwindSafe for XksKeyConfigurationTypeBuilder
impl Send for XksKeyConfigurationTypeBuilder
impl Sync for XksKeyConfigurationTypeBuilder
impl Unpin for XksKeyConfigurationTypeBuilder
impl UnwindSafe for XksKeyConfigurationTypeBuilder
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.