public static interface ReloadReplicationTablesRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<ReloadReplicationTablesRequest.Builder,ReloadReplicationTablesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildReloadReplicationTablesRequest.Builder replicationConfigArn(String replicationConfigArn)
The Amazon Resource Name of the replication config for which to reload tables.
replicationConfigArn - The Amazon Resource Name of the replication config for which to reload tables.ReloadReplicationTablesRequest.Builder tablesToReload(Collection<TableToReload> tablesToReload)
The list of tables to reload.
tablesToReload - The list of tables to reload.ReloadReplicationTablesRequest.Builder tablesToReload(TableToReload... tablesToReload)
The list of tables to reload.
tablesToReload - The list of tables to reload.ReloadReplicationTablesRequest.Builder tablesToReload(Consumer<TableToReload.Builder>... tablesToReload)
The list of tables to reload.
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) ReloadReplicationTablesRequest.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 replication.
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 replication.ReloadOptionValue,
ReloadOptionValueReloadReplicationTablesRequest.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 replication.
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 replication.ReloadOptionValue,
ReloadOptionValueReloadReplicationTablesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderReloadReplicationTablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.