Struct aws_sdk_omics::operation::update_annotation_store::builders::UpdateAnnotationStoreOutputBuilder
source · #[non_exhaustive]pub struct UpdateAnnotationStoreOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateAnnotationStoreOutput
.
Implementations§
source§impl UpdateAnnotationStoreOutputBuilder
impl UpdateAnnotationStoreOutputBuilder
sourcepub fn reference(self, input: ReferenceItem) -> Self
pub fn reference(self, input: ReferenceItem) -> Self
The store's genome reference.
sourcepub fn set_reference(self, input: Option<ReferenceItem>) -> Self
pub fn set_reference(self, input: Option<ReferenceItem>) -> Self
The store's genome reference.
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 description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The store's description.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The store's description.
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 update_time(self, input: DateTime) -> Self
pub fn update_time(self, input: DateTime) -> Self
When the store was updated.
sourcepub fn set_update_time(self, input: Option<DateTime>) -> Self
pub fn set_update_time(self, input: Option<DateTime>) -> Self
When the store was updated.
sourcepub fn store_options(self, input: StoreOptions) -> Self
pub fn store_options(self, input: StoreOptions) -> Self
Parsing options for the store.
sourcepub fn set_store_options(self, input: Option<StoreOptions>) -> Self
pub fn set_store_options(self, input: Option<StoreOptions>) -> Self
Parsing options for the store.
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 build(self) -> UpdateAnnotationStoreOutput
pub fn build(self) -> UpdateAnnotationStoreOutput
Consumes the builder and constructs a UpdateAnnotationStoreOutput
.
Trait Implementations§
source§impl Clone for UpdateAnnotationStoreOutputBuilder
impl Clone for UpdateAnnotationStoreOutputBuilder
source§fn clone(&self) -> UpdateAnnotationStoreOutputBuilder
fn clone(&self) -> UpdateAnnotationStoreOutputBuilder
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 UpdateAnnotationStoreOutputBuilder
impl Default for UpdateAnnotationStoreOutputBuilder
source§fn default() -> UpdateAnnotationStoreOutputBuilder
fn default() -> UpdateAnnotationStoreOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateAnnotationStoreOutputBuilder> for UpdateAnnotationStoreOutputBuilder
impl PartialEq<UpdateAnnotationStoreOutputBuilder> for UpdateAnnotationStoreOutputBuilder
source§fn eq(&self, other: &UpdateAnnotationStoreOutputBuilder) -> bool
fn eq(&self, other: &UpdateAnnotationStoreOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.