pub struct Builder { /* private fields */ }Expand description
A builder for DescribeTableDataImportJobInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn workbook_id(self, input: impl Into<String>) -> Self
pub fn workbook_id(self, input: impl Into<String>) -> Self
The ID of the workbook into which data was imported.
If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.
sourcepub fn set_workbook_id(self, input: Option<String>) -> Self
pub fn set_workbook_id(self, input: Option<String>) -> Self
The ID of the workbook into which data was imported.
If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.
sourcepub fn table_id(self, input: impl Into<String>) -> Self
pub fn table_id(self, input: impl Into<String>) -> Self
The ID of the table into which data was imported.
If a table with the specified id could not be found, this API throws ResourceNotFoundException.
sourcepub fn set_table_id(self, input: Option<String>) -> Self
pub fn set_table_id(self, input: Option<String>) -> Self
The ID of the table into which data was imported.
If a table with the specified id could not be found, this API throws ResourceNotFoundException.
sourcepub fn job_id(self, input: impl Into<String>) -> Self
pub fn job_id(self, input: impl Into<String>) -> Self
The ID of the job that was returned by the StartTableDataImportJob request.
If a job with the specified id could not be found, this API throws ResourceNotFoundException.
sourcepub fn set_job_id(self, input: Option<String>) -> Self
pub fn set_job_id(self, input: Option<String>) -> Self
The ID of the job that was returned by the StartTableDataImportJob request.
If a job with the specified id could not be found, this API throws ResourceNotFoundException.
sourcepub fn build(self) -> Result<DescribeTableDataImportJobInput, BuildError>
pub fn build(self) -> Result<DescribeTableDataImportJobInput, BuildError>
Consumes the builder and constructs a DescribeTableDataImportJobInput.