public static interface ReloadTablesRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<ReloadTablesRequest.Builder,ReloadTablesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildReloadTablesRequest.Builder replicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
replicationTaskArn - The Amazon Resource Name (ARN) of the replication task.ReloadTablesRequest.Builder tablesToReload(Collection<TableToReload> tablesToReload)
The name and schema of the table to be reloaded.
tablesToReload - The name and schema of the table to be reloaded.ReloadTablesRequest.Builder tablesToReload(TableToReload... tablesToReload)
The name and schema of the table to be reloaded.
tablesToReload - The name and schema of the table to be reloaded.ReloadTablesRequest.Builder tablesToReload(Consumer<TableToReload.Builder>... tablesToReload)
The name and schema of the table to be reloaded.
This is a convenience method that creates an instance of theTableToReload.Builder avoiding the need to
create one manually via
TableToReload.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #tablesToReload(List.
tablesToReload - a consumer that will call methods on
TableToReload.Builder#tablesToReload(java.util.Collection) ReloadTablesRequest.Builder reloadOption(String reloadOption)
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.
reloadOption - 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.
ReloadOptionValue,
ReloadOptionValueReloadTablesRequest.Builder reloadOption(ReloadOptionValue reloadOption)
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.
reloadOption - 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.
ReloadOptionValue,
ReloadOptionValueReloadTablesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderReloadTablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.