#[non_exhaustive]pub struct ProvisioningParameterBuilder { /* private fields */ }
Expand description
A builder for ProvisioningParameter
.
Implementations§
source§impl ProvisioningParameterBuilder
impl ProvisioningParameterBuilder
sourcepub fn key(self, input: impl Into<String>) -> Self
pub fn key(self, input: impl Into<String>) -> Self
The key that identifies a provisioning parameter.
sourcepub fn set_key(self, input: Option<String>) -> Self
pub fn set_key(self, input: Option<String>) -> Self
The key that identifies a provisioning parameter.
sourcepub fn build(self) -> ProvisioningParameter
pub fn build(self) -> ProvisioningParameter
Consumes the builder and constructs a ProvisioningParameter
.
Trait Implementations§
source§impl Clone for ProvisioningParameterBuilder
impl Clone for ProvisioningParameterBuilder
source§fn clone(&self) -> ProvisioningParameterBuilder
fn clone(&self) -> ProvisioningParameterBuilder
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 Debug for ProvisioningParameterBuilder
impl Debug for ProvisioningParameterBuilder
source§impl Default for ProvisioningParameterBuilder
impl Default for ProvisioningParameterBuilder
source§fn default() -> ProvisioningParameterBuilder
fn default() -> ProvisioningParameterBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ProvisioningParameterBuilder
impl PartialEq for ProvisioningParameterBuilder
source§fn eq(&self, other: &ProvisioningParameterBuilder) -> bool
fn eq(&self, other: &ProvisioningParameterBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ProvisioningParameterBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ProvisioningParameterBuilder
impl Send for ProvisioningParameterBuilder
impl Sync for ProvisioningParameterBuilder
impl Unpin for ProvisioningParameterBuilder
impl UnwindSafe for ProvisioningParameterBuilder
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.