Struct aws_sdk_omics::operation::create_annotation_store::builders::CreateAnnotationStoreOutputBuilder
source · #[non_exhaustive]pub struct CreateAnnotationStoreOutputBuilder { /* private fields */ }
Expand description
A builder for CreateAnnotationStoreOutput
.
Implementations§
source§impl CreateAnnotationStoreOutputBuilder
impl CreateAnnotationStoreOutputBuilder
sourcepub fn reference(self, input: ReferenceItem) -> Self
pub fn reference(self, input: ReferenceItem) -> Self
The store's genome reference. Required for all stores except TSV format with generic annotations.
sourcepub fn set_reference(self, input: Option<ReferenceItem>) -> Self
pub fn set_reference(self, input: Option<ReferenceItem>) -> Self
The store's genome reference. Required for all stores except TSV format with generic annotations.
sourcepub fn store_format(self, input: StoreFormat) -> Self
pub fn store_format(self, input: StoreFormat) -> Self
The annotation file format of the store.
sourcepub fn set_store_format(self, input: Option<StoreFormat>) -> Self
pub fn set_store_format(self, input: Option<StoreFormat>) -> Self
The annotation file format of the store.
sourcepub fn store_options(self, input: StoreOptions) -> Self
pub fn store_options(self, input: StoreOptions) -> Self
The store's file parsing options.
sourcepub fn set_store_options(self, input: Option<StoreOptions>) -> Self
pub fn set_store_options(self, input: Option<StoreOptions>) -> Self
The store's file parsing options.
sourcepub fn status(self, input: StoreStatus) -> Self
pub fn status(self, input: StoreStatus) -> Self
The store's status.
sourcepub fn set_status(self, input: Option<StoreStatus>) -> Self
pub fn set_status(self, input: Option<StoreStatus>) -> Self
The store's status.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
When the store was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
When the store was created.
sourcepub fn build(self) -> CreateAnnotationStoreOutput
pub fn build(self) -> CreateAnnotationStoreOutput
Consumes the builder and constructs a CreateAnnotationStoreOutput
.
Trait Implementations§
source§impl Clone for CreateAnnotationStoreOutputBuilder
impl Clone for CreateAnnotationStoreOutputBuilder
source§fn clone(&self) -> CreateAnnotationStoreOutputBuilder
fn clone(&self) -> CreateAnnotationStoreOutputBuilder
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 Default for CreateAnnotationStoreOutputBuilder
impl Default for CreateAnnotationStoreOutputBuilder
source§fn default() -> CreateAnnotationStoreOutputBuilder
fn default() -> CreateAnnotationStoreOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateAnnotationStoreOutputBuilder> for CreateAnnotationStoreOutputBuilder
impl PartialEq<CreateAnnotationStoreOutputBuilder> for CreateAnnotationStoreOutputBuilder
source§fn eq(&self, other: &CreateAnnotationStoreOutputBuilder) -> bool
fn eq(&self, other: &CreateAnnotationStoreOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateAnnotationStoreOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateAnnotationStoreOutputBuilder
impl Send for CreateAnnotationStoreOutputBuilder
impl Sync for CreateAnnotationStoreOutputBuilder
impl Unpin for CreateAnnotationStoreOutputBuilder
impl UnwindSafe for CreateAnnotationStoreOutputBuilder
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