Struct aws_sdk_omics::operation::get_annotation_store::builders::GetAnnotationStoreOutputBuilder
source · #[non_exhaustive]pub struct GetAnnotationStoreOutputBuilder { /* private fields */ }
Expand description
A builder for GetAnnotationStoreOutput
.
Implementations§
source§impl GetAnnotationStoreOutputBuilder
impl GetAnnotationStoreOutputBuilder
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 store_options(self, input: StoreOptions) -> Self
pub fn store_options(self, input: StoreOptions) -> Self
The store's 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 parsing options.
sourcepub fn store_format(self, input: StoreFormat) -> Self
pub fn store_format(self, input: StoreFormat) -> Self
The store's annotation file format.
sourcepub fn set_store_format(self, input: Option<StoreFormat>) -> Self
pub fn set_store_format(self, input: Option<StoreFormat>) -> Self
The store's annotation file format.
sourcepub fn status_message(self, input: impl Into<String>) -> Self
pub fn status_message(self, input: impl Into<String>) -> Self
A status message.
sourcepub fn set_status_message(self, input: Option<String>) -> Self
pub fn set_status_message(self, input: Option<String>) -> Self
A 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) -> GetAnnotationStoreOutput
pub fn build(self) -> GetAnnotationStoreOutput
Consumes the builder and constructs a GetAnnotationStoreOutput
.
Trait Implementations§
source§impl Clone for GetAnnotationStoreOutputBuilder
impl Clone for GetAnnotationStoreOutputBuilder
source§fn clone(&self) -> GetAnnotationStoreOutputBuilder
fn clone(&self) -> GetAnnotationStoreOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GetAnnotationStoreOutputBuilder
impl Default for GetAnnotationStoreOutputBuilder
source§fn default() -> GetAnnotationStoreOutputBuilder
fn default() -> GetAnnotationStoreOutputBuilder
source§impl PartialEq<GetAnnotationStoreOutputBuilder> for GetAnnotationStoreOutputBuilder
impl PartialEq<GetAnnotationStoreOutputBuilder> for GetAnnotationStoreOutputBuilder
source§fn eq(&self, other: &GetAnnotationStoreOutputBuilder) -> bool
fn eq(&self, other: &GetAnnotationStoreOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.