pub struct Builder { /* private fields */ }Expand description
A builder for StartTableDataImportJobOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn job_id(self, input: impl Into<String>) -> Self
pub fn job_id(self, input: impl Into<String>) -> Self
The id that is assigned to this import job. Future requests to find out the status of this import job need to send this id in the appropriate parameter in the request.
sourcepub fn set_job_id(self, input: Option<String>) -> Self
pub fn set_job_id(self, input: Option<String>) -> Self
The id that is assigned to this import job. Future requests to find out the status of this import job need to send this id in the appropriate parameter in the request.
sourcepub fn job_status(self, input: TableDataImportJobStatus) -> Self
pub fn job_status(self, input: TableDataImportJobStatus) -> Self
The status of the import job immediately after submitting the request.
sourcepub fn set_job_status(self, input: Option<TableDataImportJobStatus>) -> Self
pub fn set_job_status(self, input: Option<TableDataImportJobStatus>) -> Self
The status of the import job immediately after submitting the request.
sourcepub fn build(self) -> StartTableDataImportJobOutput
pub fn build(self) -> StartTableDataImportJobOutput
Consumes the builder and constructs a StartTableDataImportJobOutput.