Struct aws_sdk_omics::model::variant_store_item::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for VariantStoreItem
.
Implementations§
source§impl Builder
impl Builder
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.
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) -> VariantStoreItem
pub fn build(self) -> VariantStoreItem
Consumes the builder and constructs a VariantStoreItem
.