pub struct Builder { /* private fields */ }
Expand description
A builder for GetReferenceImportJobInput
.
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 job's reference 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 job's reference store ID.
sourcepub fn build(self) -> Result<GetReferenceImportJobInput, BuildError>
pub fn build(self) -> Result<GetReferenceImportJobInput, BuildError>
Consumes the builder and constructs a GetReferenceImportJobInput
.