Interface ListGlobalTablesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListGlobalTablesResponse.Builder,
,ListGlobalTablesResponse> DynamoDbResponse.Builder
,SdkBuilder<ListGlobalTablesResponse.Builder,
,ListGlobalTablesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListGlobalTablesResponse
@Mutable
@NotThreadSafe
public static interface ListGlobalTablesResponse.Builder
extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<ListGlobalTablesResponse.Builder,ListGlobalTablesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionglobalTables
(Collection<GlobalTable> globalTables) List of global table names.globalTables
(Consumer<GlobalTable.Builder>... globalTables) List of global table names.globalTables
(GlobalTable... globalTables) List of global table names.lastEvaluatedGlobalTableName
(String lastEvaluatedGlobalTableName) Last evaluated global table name.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
globalTables
List of global table names.
- Parameters:
globalTables
- List of global table names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
globalTables
List of global table names.
- Parameters:
globalTables
- List of global table names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaGlobalTable.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toglobalTables(List<GlobalTable>)
.- Parameters:
globalTables
- a consumer that will call methods onGlobalTable.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastEvaluatedGlobalTableName
Last evaluated global table name.
- Parameters:
lastEvaluatedGlobalTableName
- Last evaluated global table name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-