public static interface ListGlobalTablesResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<ListGlobalTablesResponse.Builder,ListGlobalTablesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListGlobalTablesResponse.Builder |
globalTables(Collection<GlobalTable> globalTables)
List of global table names.
|
ListGlobalTablesResponse.Builder |
globalTables(Consumer<GlobalTable.Builder>... globalTables)
List of global table names.
|
ListGlobalTablesResponse.Builder |
globalTables(GlobalTable... globalTables)
List of global table names.
|
ListGlobalTablesResponse.Builder |
lastEvaluatedGlobalTableName(String lastEvaluatedGlobalTableName)
Last evaluated global table name.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListGlobalTablesResponse.Builder globalTables(Collection<GlobalTable> globalTables)
List of global table names.
globalTables - List of global table names.ListGlobalTablesResponse.Builder globalTables(GlobalTable... globalTables)
List of global table names.
globalTables - List of global table names.ListGlobalTablesResponse.Builder globalTables(Consumer<GlobalTable.Builder>... globalTables)
List of global table names.
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 #globalTables(List) .globalTables - a consumer that will call methods on List.Builder #globalTables(List) ListGlobalTablesResponse.Builder lastEvaluatedGlobalTableName(String lastEvaluatedGlobalTableName)
Last evaluated global table name.
lastEvaluatedGlobalTableName - Last evaluated global table name.Copyright © 2019. All rights reserved.