public static interface ReloadTablesRequest.Builder extends DatabaseMigrationRequest.Builder, CopyableBuilder<ReloadTablesRequest.Builder,ReloadTablesRequest>
| Modifier and Type | Method and Description |
|---|---|
ReloadTablesRequest.Builder |
replicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication instance.
|
ReloadTablesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ReloadTablesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildrequestOverrideConfigcopyapply, buildReloadTablesRequest.Builder replicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication instance.
replicationTaskArn - The Amazon Resource Name (ARN) of the replication instance.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ReloadTablesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.