Struct aws_sdk_iot::model::stream_file::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for StreamFile
.
Implementations§
source§impl Builder
impl Builder
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
.