CopyableBuilder<ReloadTablesRequest.Builder,ReloadTablesRequest>
, SdkBuilder<ReloadTablesRequest.Builder,ReloadTablesRequest>
public static interface ReloadTablesRequest.Builder extends CopyableBuilder<ReloadTablesRequest.Builder,ReloadTablesRequest>
Modifier and Type | Method | Description |
---|---|---|
ReloadTablesRequest.Builder |
replicationTaskArn(String 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.
|
ReloadTablesRequest.Builder |
tablesToReload(TableToReload... tablesToReload) |
The name and schema of the table to be reloaded.
|
copy
apply, build
ReloadTablesRequest.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.
NOTE: This method appends the values to the existing list (if any). Use
#setTablesToReload(java.util.Collection)
or #withTablesToReload(java.util.Collection)
if you
want to override the existing values.
tablesToReload
- The name and schema of the table to be reloaded.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.