Struct aws_sdk_omics::output::get_reference_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetReferenceOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn payload(self, input: ByteStream) -> Self
pub fn payload(self, input: ByteStream) -> Self
The reference file payload.
sourcepub fn set_payload(self, input: Option<ByteStream>) -> Self
pub fn set_payload(self, input: Option<ByteStream>) -> Self
The reference file payload.
sourcepub fn build(self) -> GetReferenceOutput
pub fn build(self) -> GetReferenceOutput
Consumes the builder and constructs a GetReferenceOutput
.