#[non_exhaustive]pub struct BatchLoadTaskDescriptionBuilder { /* private fields */ }
Expand description
A builder for BatchLoadTaskDescription
.
Implementations§
source§impl BatchLoadTaskDescriptionBuilder
impl BatchLoadTaskDescriptionBuilder
sourcepub fn set_task_id(self, input: Option<String>) -> Self
pub fn set_task_id(self, input: Option<String>) -> Self
The ID of the batch load task.
sourcepub fn get_task_id(&self) -> &Option<String>
pub fn get_task_id(&self) -> &Option<String>
The ID of the batch load task.
sourcepub fn error_message(self, input: impl Into<String>) -> Self
pub fn error_message(self, input: impl Into<String>) -> Self
sourcepub fn set_error_message(self, input: Option<String>) -> Self
pub fn set_error_message(self, input: Option<String>) -> Self
sourcepub fn get_error_message(&self) -> &Option<String>
pub fn get_error_message(&self) -> &Option<String>
sourcepub fn data_source_configuration(self, input: DataSourceConfiguration) -> Self
pub fn data_source_configuration(self, input: DataSourceConfiguration) -> Self
Configuration details about the data source for a batch load task.
sourcepub fn set_data_source_configuration(
self,
input: Option<DataSourceConfiguration>
) -> Self
pub fn set_data_source_configuration( self, input: Option<DataSourceConfiguration> ) -> Self
Configuration details about the data source for a batch load task.
sourcepub fn get_data_source_configuration(&self) -> &Option<DataSourceConfiguration>
pub fn get_data_source_configuration(&self) -> &Option<DataSourceConfiguration>
Configuration details about the data source for a batch load task.
sourcepub fn progress_report(self, input: BatchLoadProgressReport) -> Self
pub fn progress_report(self, input: BatchLoadProgressReport) -> Self
sourcepub fn set_progress_report(self, input: Option<BatchLoadProgressReport>) -> Self
pub fn set_progress_report(self, input: Option<BatchLoadProgressReport>) -> Self
sourcepub fn get_progress_report(&self) -> &Option<BatchLoadProgressReport>
pub fn get_progress_report(&self) -> &Option<BatchLoadProgressReport>
sourcepub fn report_configuration(self, input: ReportConfiguration) -> Self
pub fn report_configuration(self, input: ReportConfiguration) -> Self
Report configuration for a batch load task. This contains details about where error reports are stored.
sourcepub fn set_report_configuration(
self,
input: Option<ReportConfiguration>
) -> Self
pub fn set_report_configuration( self, input: Option<ReportConfiguration> ) -> Self
Report configuration for a batch load task. This contains details about where error reports are stored.
sourcepub fn get_report_configuration(&self) -> &Option<ReportConfiguration>
pub fn get_report_configuration(&self) -> &Option<ReportConfiguration>
Report configuration for a batch load task. This contains details about where error reports are stored.
sourcepub fn data_model_configuration(self, input: DataModelConfiguration) -> Self
pub fn data_model_configuration(self, input: DataModelConfiguration) -> Self
Data model configuration for a batch load task. This contains details about where a data model for a batch load task is stored.
sourcepub fn set_data_model_configuration(
self,
input: Option<DataModelConfiguration>
) -> Self
pub fn set_data_model_configuration( self, input: Option<DataModelConfiguration> ) -> Self
Data model configuration for a batch load task. This contains details about where a data model for a batch load task is stored.
sourcepub fn get_data_model_configuration(&self) -> &Option<DataModelConfiguration>
pub fn get_data_model_configuration(&self) -> &Option<DataModelConfiguration>
Data model configuration for a batch load task. This contains details about where a data model for a batch load task is stored.
sourcepub fn target_database_name(self, input: impl Into<String>) -> Self
pub fn target_database_name(self, input: impl Into<String>) -> Self
sourcepub fn set_target_database_name(self, input: Option<String>) -> Self
pub fn set_target_database_name(self, input: Option<String>) -> Self
sourcepub fn get_target_database_name(&self) -> &Option<String>
pub fn get_target_database_name(&self) -> &Option<String>
sourcepub fn target_table_name(self, input: impl Into<String>) -> Self
pub fn target_table_name(self, input: impl Into<String>) -> Self
sourcepub fn set_target_table_name(self, input: Option<String>) -> Self
pub fn set_target_table_name(self, input: Option<String>) -> Self
sourcepub fn get_target_table_name(&self) -> &Option<String>
pub fn get_target_table_name(&self) -> &Option<String>
sourcepub fn task_status(self, input: BatchLoadStatus) -> Self
pub fn task_status(self, input: BatchLoadStatus) -> Self
Status of the batch load task.
sourcepub fn set_task_status(self, input: Option<BatchLoadStatus>) -> Self
pub fn set_task_status(self, input: Option<BatchLoadStatus>) -> Self
Status of the batch load task.
sourcepub fn get_task_status(&self) -> &Option<BatchLoadStatus>
pub fn get_task_status(&self) -> &Option<BatchLoadStatus>
Status of the batch load task.
sourcepub fn record_version(self, input: i64) -> Self
pub fn record_version(self, input: i64) -> Self
sourcepub fn set_record_version(self, input: Option<i64>) -> Self
pub fn set_record_version(self, input: Option<i64>) -> Self
sourcepub fn get_record_version(&self) -> &Option<i64>
pub fn get_record_version(&self) -> &Option<i64>
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The time when the Timestream batch load task was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The time when the Timestream batch load task was created.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The time when the Timestream batch load task was created.
sourcepub fn last_updated_time(self, input: DateTime) -> Self
pub fn last_updated_time(self, input: DateTime) -> Self
The time when the Timestream batch load task was last updated.
sourcepub fn set_last_updated_time(self, input: Option<DateTime>) -> Self
pub fn set_last_updated_time(self, input: Option<DateTime>) -> Self
The time when the Timestream batch load task was last updated.
sourcepub fn get_last_updated_time(&self) -> &Option<DateTime>
pub fn get_last_updated_time(&self) -> &Option<DateTime>
The time when the Timestream batch load task was last updated.
sourcepub fn resumable_until(self, input: DateTime) -> Self
pub fn resumable_until(self, input: DateTime) -> Self
sourcepub fn set_resumable_until(self, input: Option<DateTime>) -> Self
pub fn set_resumable_until(self, input: Option<DateTime>) -> Self
sourcepub fn get_resumable_until(&self) -> &Option<DateTime>
pub fn get_resumable_until(&self) -> &Option<DateTime>
sourcepub fn build(self) -> BatchLoadTaskDescription
pub fn build(self) -> BatchLoadTaskDescription
Consumes the builder and constructs a BatchLoadTaskDescription
.
Trait Implementations§
source§impl Clone for BatchLoadTaskDescriptionBuilder
impl Clone for BatchLoadTaskDescriptionBuilder
source§fn clone(&self) -> BatchLoadTaskDescriptionBuilder
fn clone(&self) -> BatchLoadTaskDescriptionBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for BatchLoadTaskDescriptionBuilder
impl Default for BatchLoadTaskDescriptionBuilder
source§fn default() -> BatchLoadTaskDescriptionBuilder
fn default() -> BatchLoadTaskDescriptionBuilder
source§impl PartialEq<BatchLoadTaskDescriptionBuilder> for BatchLoadTaskDescriptionBuilder
impl PartialEq<BatchLoadTaskDescriptionBuilder> for BatchLoadTaskDescriptionBuilder
source§fn eq(&self, other: &BatchLoadTaskDescriptionBuilder) -> bool
fn eq(&self, other: &BatchLoadTaskDescriptionBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.