Struct aws_sdk_omics::types::builders::SourceFilesBuilder
source · #[non_exhaustive]pub struct SourceFilesBuilder { /* private fields */ }
Expand description
A builder for SourceFiles
.
Implementations§
source§impl SourceFilesBuilder
impl SourceFilesBuilder
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 get_source1(&self) -> &Option<String>
pub fn get_source1(&self) -> &Option<String>
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 get_source2(&self) -> &Option<String>
pub fn get_source2(&self) -> &Option<String>
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
.
Trait Implementations§
source§impl Clone for SourceFilesBuilder
impl Clone for SourceFilesBuilder
source§fn clone(&self) -> SourceFilesBuilder
fn clone(&self) -> SourceFilesBuilder
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 SourceFilesBuilder
impl Debug for SourceFilesBuilder
source§impl Default for SourceFilesBuilder
impl Default for SourceFilesBuilder
source§fn default() -> SourceFilesBuilder
fn default() -> SourceFilesBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<SourceFilesBuilder> for SourceFilesBuilder
impl PartialEq<SourceFilesBuilder> for SourceFilesBuilder
source§fn eq(&self, other: &SourceFilesBuilder) -> bool
fn eq(&self, other: &SourceFilesBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SourceFilesBuilder
Auto Trait Implementations§
impl RefUnwindSafe for SourceFilesBuilder
impl Send for SourceFilesBuilder
impl Sync for SourceFilesBuilder
impl Unpin for SourceFilesBuilder
impl UnwindSafe for SourceFilesBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more