#[non_exhaustive]pub struct GetVariantStoreOutputBuilder { /* private fields */ }
Expand description
A builder for GetVariantStoreOutput
.
Implementations§
source§impl GetVariantStoreOutputBuilder
impl GetVariantStoreOutputBuilder
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 set_store_arn(self, input: Option<String>) -> Self
pub fn set_store_arn(self, input: Option<String>) -> Self
The store's ARN.
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 sse_config(self, input: SseConfig) -> Self
pub fn sse_config(self, input: SseConfig) -> Self
The store's server-side encryption (SSE) settings.
sourcepub fn set_sse_config(self, input: Option<SseConfig>) -> Self
pub fn set_sse_config(self, input: Option<SseConfig>) -> Self
The store's server-side encryption (SSE) settings.
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.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
The store's tags.
The store's tags.
sourcepub fn status_message(self, input: impl Into<String>) -> Self
pub fn status_message(self, input: impl Into<String>) -> Self
The store's status message.
sourcepub fn set_status_message(self, input: Option<String>) -> Self
pub fn set_status_message(self, input: Option<String>) -> Self
The store's status message.
sourcepub fn store_size_bytes(self, input: i64) -> Self
pub fn store_size_bytes(self, input: i64) -> Self
The store's size in bytes.
sourcepub fn set_store_size_bytes(self, input: Option<i64>) -> Self
pub fn set_store_size_bytes(self, input: Option<i64>) -> Self
The store's size in bytes.
sourcepub fn build(self) -> GetVariantStoreOutput
pub fn build(self) -> GetVariantStoreOutput
Consumes the builder and constructs a GetVariantStoreOutput
.
Trait Implementations§
source§impl Clone for GetVariantStoreOutputBuilder
impl Clone for GetVariantStoreOutputBuilder
source§fn clone(&self) -> GetVariantStoreOutputBuilder
fn clone(&self) -> GetVariantStoreOutputBuilder
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 GetVariantStoreOutputBuilder
impl Debug for GetVariantStoreOutputBuilder
source§impl Default for GetVariantStoreOutputBuilder
impl Default for GetVariantStoreOutputBuilder
source§fn default() -> GetVariantStoreOutputBuilder
fn default() -> GetVariantStoreOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetVariantStoreOutputBuilder> for GetVariantStoreOutputBuilder
impl PartialEq<GetVariantStoreOutputBuilder> for GetVariantStoreOutputBuilder
source§fn eq(&self, other: &GetVariantStoreOutputBuilder) -> bool
fn eq(&self, other: &GetVariantStoreOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.