Struct aws_sdk_omics::types::builders::ReadSetFilesBuilder
source · #[non_exhaustive]pub struct ReadSetFilesBuilder { /* private fields */ }
Expand description
A builder for ReadSetFiles
.
Implementations§
source§impl ReadSetFilesBuilder
impl ReadSetFilesBuilder
sourcepub fn source1(self, input: FileInformation) -> Self
pub fn source1(self, input: FileInformation) -> Self
The location of the first file in Amazon S3.
sourcepub fn set_source1(self, input: Option<FileInformation>) -> Self
pub fn set_source1(self, input: Option<FileInformation>) -> Self
The location of the first file in Amazon S3.
sourcepub fn source2(self, input: FileInformation) -> Self
pub fn source2(self, input: FileInformation) -> Self
The location of the second file in Amazon S3.
sourcepub fn set_source2(self, input: Option<FileInformation>) -> Self
pub fn set_source2(self, input: Option<FileInformation>) -> Self
The location of the second file in Amazon S3.
sourcepub fn index(self, input: FileInformation) -> Self
pub fn index(self, input: FileInformation) -> Self
The files' index.
sourcepub fn set_index(self, input: Option<FileInformation>) -> Self
pub fn set_index(self, input: Option<FileInformation>) -> Self
The files' index.
sourcepub fn build(self) -> ReadSetFiles
pub fn build(self) -> ReadSetFiles
Consumes the builder and constructs a ReadSetFiles
.
Trait Implementations§
source§impl Clone for ReadSetFilesBuilder
impl Clone for ReadSetFilesBuilder
source§fn clone(&self) -> ReadSetFilesBuilder
fn clone(&self) -> ReadSetFilesBuilder
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 ReadSetFilesBuilder
impl Debug for ReadSetFilesBuilder
source§impl Default for ReadSetFilesBuilder
impl Default for ReadSetFilesBuilder
source§fn default() -> ReadSetFilesBuilder
fn default() -> ReadSetFilesBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ReadSetFilesBuilder> for ReadSetFilesBuilder
impl PartialEq<ReadSetFilesBuilder> for ReadSetFilesBuilder
source§fn eq(&self, other: &ReadSetFilesBuilder) -> bool
fn eq(&self, other: &ReadSetFilesBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.