Struct aws_sdk_omics::types::builders::TsvVersionOptionsBuilder
source · #[non_exhaustive]pub struct TsvVersionOptionsBuilder { /* private fields */ }
Expand description
A builder for TsvVersionOptions
.
Implementations§
source§impl TsvVersionOptionsBuilder
impl TsvVersionOptionsBuilder
sourcepub fn annotation_type(self, input: AnnotationType) -> Self
pub fn annotation_type(self, input: AnnotationType) -> Self
The store version's annotation type.
sourcepub fn set_annotation_type(self, input: Option<AnnotationType>) -> Self
pub fn set_annotation_type(self, input: Option<AnnotationType>) -> Self
The store version's annotation type.
sourcepub fn get_annotation_type(&self) -> &Option<AnnotationType>
pub fn get_annotation_type(&self) -> &Option<AnnotationType>
The store version's annotation type.
sourcepub fn format_to_header(
self,
k: FormatToHeaderKey,
v: impl Into<String>
) -> Self
pub fn format_to_header( self, k: FormatToHeaderKey, v: impl Into<String> ) -> Self
Adds a key-value pair to format_to_header
.
To override the contents of this collection use set_format_to_header
.
The annotation store version's header key to column name mapping.
sourcepub fn set_format_to_header(
self,
input: Option<HashMap<FormatToHeaderKey, String>>
) -> Self
pub fn set_format_to_header( self, input: Option<HashMap<FormatToHeaderKey, String>> ) -> Self
The annotation store version's header key to column name mapping.
sourcepub fn get_format_to_header(
&self
) -> &Option<HashMap<FormatToHeaderKey, String>>
pub fn get_format_to_header( &self ) -> &Option<HashMap<FormatToHeaderKey, String>>
The annotation store version's header key to column name mapping.
sourcepub fn schema(self, input: HashMap<String, SchemaValueType>) -> Self
pub fn schema(self, input: HashMap<String, SchemaValueType>) -> Self
Appends an item to schema
.
To override the contents of this collection use set_schema
.
The TSV schema for an annotation store version.
sourcepub fn set_schema(
self,
input: Option<Vec<HashMap<String, SchemaValueType>>>
) -> Self
pub fn set_schema( self, input: Option<Vec<HashMap<String, SchemaValueType>>> ) -> Self
The TSV schema for an annotation store version.
sourcepub fn get_schema(&self) -> &Option<Vec<HashMap<String, SchemaValueType>>>
pub fn get_schema(&self) -> &Option<Vec<HashMap<String, SchemaValueType>>>
The TSV schema for an annotation store version.
sourcepub fn build(self) -> TsvVersionOptions
pub fn build(self) -> TsvVersionOptions
Consumes the builder and constructs a TsvVersionOptions
.
Trait Implementations§
source§impl Clone for TsvVersionOptionsBuilder
impl Clone for TsvVersionOptionsBuilder
source§fn clone(&self) -> TsvVersionOptionsBuilder
fn clone(&self) -> TsvVersionOptionsBuilder
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 TsvVersionOptionsBuilder
impl Debug for TsvVersionOptionsBuilder
source§impl Default for TsvVersionOptionsBuilder
impl Default for TsvVersionOptionsBuilder
source§fn default() -> TsvVersionOptionsBuilder
fn default() -> TsvVersionOptionsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for TsvVersionOptionsBuilder
impl PartialEq for TsvVersionOptionsBuilder
source§fn eq(&self, other: &TsvVersionOptionsBuilder) -> bool
fn eq(&self, other: &TsvVersionOptionsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TsvVersionOptionsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for TsvVersionOptionsBuilder
impl Send for TsvVersionOptionsBuilder
impl Sync for TsvVersionOptionsBuilder
impl Unpin for TsvVersionOptionsBuilder
impl UnwindSafe for TsvVersionOptionsBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.