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 |
tablesToReload(Collection<TableToReload> 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.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.