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, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theGlobalTable.Builder avoiding the need to create one
manually via GlobalTable.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #globalTables(List.
globalTables - a consumer that will call methods on
GlobalTable.Builder#globalTables(java.util.Collection) ListGlobalTablesResponse.Builder lastEvaluatedGlobalTableName(String lastEvaluatedGlobalTableName)
Last evaluated global table name.
lastEvaluatedGlobalTableName - Last evaluated global table name.Copyright © 2023. All rights reserved.