Struct aws_sdk_databasemigration::input::reload_tables_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ReloadTablesInput
Implementations
The Amazon Resource Name (ARN) of the replication task.
The Amazon Resource Name (ARN) of the replication task.
Appends an item to tables_to_reload
.
To override the contents of this collection use set_tables_to_reload
.
The name and schema of the table to be reloaded.
The name and schema of the table to be reloaded.
Options for reload. Specify data-reload
to reload the data and re-validate
it if validation is enabled. Specify validate-only
to re-validate the table.
This option applies only when validation is enabled for the task.
Valid values: data-reload, validate-only
Default value is data-reload.
Options for reload. Specify data-reload
to reload the data and re-validate
it if validation is enabled. Specify validate-only
to re-validate the table.
This option applies only when validation is enabled for the task.
Valid values: data-reload, validate-only
Default value is data-reload.
Consumes the builder and constructs a ReloadTablesInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more