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 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 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<StreamFileBuilder> for StreamFileBuilder
impl PartialEq<StreamFileBuilder> 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 ==
.