Struct aws_sdk_omics::model::reference_files::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ReferenceFiles
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn source(self, input: FileInformation) -> Self
pub fn source(self, input: FileInformation) -> Self
The source file's location in Amazon S3.
sourcepub fn set_source(self, input: Option<FileInformation>) -> Self
pub fn set_source(self, input: Option<FileInformation>) -> Self
The source file's location 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) -> ReferenceFiles
pub fn build(self) -> ReferenceFiles
Consumes the builder and constructs a ReferenceFiles
.