Struct aws_sdk_omics::model::source_files::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for SourceFiles
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn source1(self, input: impl Into<String>) -> Self
pub fn source1(self, input: impl Into<String>) -> Self
The location of the first file in Amazon S3.
sourcepub fn set_source1(self, input: Option<String>) -> Self
pub fn set_source1(self, input: Option<String>) -> Self
The location of the first file in Amazon S3.
sourcepub fn source2(self, input: impl Into<String>) -> Self
pub fn source2(self, input: impl Into<String>) -> Self
The location of the second file in Amazon S3.
sourcepub fn set_source2(self, input: Option<String>) -> Self
pub fn set_source2(self, input: Option<String>) -> Self
The location of the second file in Amazon S3.
sourcepub fn build(self) -> SourceFiles
pub fn build(self) -> SourceFiles
Consumes the builder and constructs a SourceFiles
.