Struct aws_sdk_iot::types::builders::DestinationBuilder
source · #[non_exhaustive]pub struct DestinationBuilder { /* private fields */ }
Expand description
A builder for Destination
.
Implementations§
source§impl DestinationBuilder
impl DestinationBuilder
sourcepub fn s3_destination(self, input: S3Destination) -> Self
pub fn s3_destination(self, input: S3Destination) -> Self
Describes the location in S3 of the updated firmware.
sourcepub fn set_s3_destination(self, input: Option<S3Destination>) -> Self
pub fn set_s3_destination(self, input: Option<S3Destination>) -> Self
Describes the location in S3 of the updated firmware.
sourcepub fn get_s3_destination(&self) -> &Option<S3Destination>
pub fn get_s3_destination(&self) -> &Option<S3Destination>
Describes the location in S3 of the updated firmware.
sourcepub fn build(self) -> Destination
pub fn build(self) -> Destination
Consumes the builder and constructs a Destination
.
Trait Implementations§
source§impl Clone for DestinationBuilder
impl Clone for DestinationBuilder
source§fn clone(&self) -> DestinationBuilder
fn clone(&self) -> DestinationBuilder
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 DestinationBuilder
impl Debug for DestinationBuilder
source§impl Default for DestinationBuilder
impl Default for DestinationBuilder
source§fn default() -> DestinationBuilder
fn default() -> DestinationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DestinationBuilder
impl PartialEq for DestinationBuilder
source§fn eq(&self, other: &DestinationBuilder) -> bool
fn eq(&self, other: &DestinationBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DestinationBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DestinationBuilder
impl Send for DestinationBuilder
impl Sync for DestinationBuilder
impl Unpin for DestinationBuilder
impl UnwindSafe for DestinationBuilder
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.