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