Interface GetTablesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetTablesResponse.Builder,
,GetTablesResponse> GlueResponse.Builder
,SdkBuilder<GetTablesResponse.Builder,
,GetTablesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetTablesResponse
public static interface GetTablesResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetTablesResponse.Builder,GetTablesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA continuation token, present if the current list segment is not the last.tableList
(Collection<Table> tableList) A list of the requestedTable
objects.tableList
(Consumer<Table.Builder>... tableList) A list of the requestedTable
objects.A list of the requestedTable
objects.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
tableList
A list of the requested
Table
objects.- Parameters:
tableList
- A list of the requestedTable
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableList
A list of the requested
Table
objects.- Parameters:
tableList
- A list of the requestedTable
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableList
A list of the requested
This is a convenience method that creates an instance of theTable
objects.Table.Builder
avoiding the need to create one manually viaTable.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totableList(List <Table>)
.- Parameters:
tableList
- a consumer that will call methods onTable.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A continuation token, present if the current list segment is not the last.
- Parameters:
nextToken
- A continuation token, present if the current list segment is not the last.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-