#[non_exhaustive]pub struct CreateImportJobOutputBuilder { /* private fields */ }Expand description
A builder for CreateImportJobOutput.
Implementations§
source§impl CreateImportJobOutputBuilder
impl CreateImportJobOutputBuilder
sourcepub fn job_id(self, input: impl Into<String>) -> Self
pub fn job_id(self, input: impl Into<String>) -> Self
A string that represents the import job ID.
sourcepub fn set_job_id(self, input: Option<String>) -> Self
pub fn set_job_id(self, input: Option<String>) -> Self
A string that represents the import job ID.
sourcepub fn build(self) -> CreateImportJobOutput
pub fn build(self) -> CreateImportJobOutput
Consumes the builder and constructs a CreateImportJobOutput.
Trait Implementations§
source§impl Clone for CreateImportJobOutputBuilder
impl Clone for CreateImportJobOutputBuilder
source§fn clone(&self) -> CreateImportJobOutputBuilder
fn clone(&self) -> CreateImportJobOutputBuilder
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 CreateImportJobOutputBuilder
impl Debug for CreateImportJobOutputBuilder
source§impl Default for CreateImportJobOutputBuilder
impl Default for CreateImportJobOutputBuilder
source§fn default() -> CreateImportJobOutputBuilder
fn default() -> CreateImportJobOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateImportJobOutputBuilder> for CreateImportJobOutputBuilder
impl PartialEq<CreateImportJobOutputBuilder> for CreateImportJobOutputBuilder
source§fn eq(&self, other: &CreateImportJobOutputBuilder) -> bool
fn eq(&self, other: &CreateImportJobOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.