public static interface ReloadTablesRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<ReloadTablesRequest.Builder,ReloadTablesRequest>
Modifier and Type | Method and Description |
---|---|
ReloadTablesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ReloadTablesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ReloadTablesRequest.Builder |
reloadOption(ReloadOptionValue reloadOption)
Options for reload.
|
ReloadTablesRequest.Builder |
reloadOption(String reloadOption)
Options for reload.
|
ReloadTablesRequest.Builder |
replicationTaskArn(String 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.
|
ReloadTablesRequest.Builder |
tablesToReload(Consumer<TableToReload.Builder>... 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.
|
build
overrideConfiguration
copy
applyMutation, build
ReloadTablesRequest.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 that creates an instance of theList.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #tablesToReload(List)
.tablesToReload
- a consumer that will call methods on List.Builder
#tablesToReload(List)
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
,
ReloadOptionValue
ReloadTablesRequest.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
,
ReloadOptionValue
ReloadTablesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ReloadTablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.