Struct aws_sdk_omics::operation::update_variant_store::builders::UpdateVariantStoreOutputBuilder
source · #[non_exhaustive]pub struct UpdateVariantStoreOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateVariantStoreOutput
.
Implementations§
source§impl UpdateVariantStoreOutputBuilder
impl UpdateVariantStoreOutputBuilder
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 build(self) -> UpdateVariantStoreOutput
pub fn build(self) -> UpdateVariantStoreOutput
Consumes the builder and constructs a UpdateVariantStoreOutput
.
Trait Implementations§
source§impl Clone for UpdateVariantStoreOutputBuilder
impl Clone for UpdateVariantStoreOutputBuilder
source§fn clone(&self) -> UpdateVariantStoreOutputBuilder
fn clone(&self) -> UpdateVariantStoreOutputBuilder
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 UpdateVariantStoreOutputBuilder
impl Default for UpdateVariantStoreOutputBuilder
source§fn default() -> UpdateVariantStoreOutputBuilder
fn default() -> UpdateVariantStoreOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateVariantStoreOutputBuilder> for UpdateVariantStoreOutputBuilder
impl PartialEq<UpdateVariantStoreOutputBuilder> for UpdateVariantStoreOutputBuilder
source§fn eq(&self, other: &UpdateVariantStoreOutputBuilder) -> bool
fn eq(&self, other: &UpdateVariantStoreOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.