Struct aws_sdk_omics::input::delete_reference_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteReferenceInput
.
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 build(self) -> Result<DeleteReferenceInput, BuildError>
pub fn build(self) -> Result<DeleteReferenceInput, BuildError>
Consumes the builder and constructs a DeleteReferenceInput
.