Struct aws_sdk_omics::input::get_reference_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetReferenceInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn reference_store_id(self, input: impl Into<String>) -> Self
pub fn reference_store_id(self, input: impl Into<String>) -> Self
The reference's store ID.
sourcepub fn set_reference_store_id(self, input: Option<String>) -> Self
pub fn set_reference_store_id(self, input: Option<String>) -> Self
The reference's store ID.
sourcepub fn part_number(self, input: i32) -> Self
pub fn part_number(self, input: i32) -> Self
The part number to retrieve.
sourcepub fn set_part_number(self, input: Option<i32>) -> Self
pub fn set_part_number(self, input: Option<i32>) -> Self
The part number to retrieve.
sourcepub fn file(self, input: ReferenceFile) -> Self
pub fn file(self, input: ReferenceFile) -> Self
The file to retrieve.
sourcepub fn set_file(self, input: Option<ReferenceFile>) -> Self
pub fn set_file(self, input: Option<ReferenceFile>) -> Self
The file to retrieve.
sourcepub fn build(self) -> Result<GetReferenceInput, BuildError>
pub fn build(self) -> Result<GetReferenceInput, BuildError>
Consumes the builder and constructs a GetReferenceInput
.