Interface ListTablesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BcmDataExportsResponse.Builder
,Buildable
,CopyableBuilder<ListTablesResponse.Builder,
,ListTablesResponse> SdkBuilder<ListTablesResponse.Builder,
,ListTablesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListTablesResponse
@Mutable
@NotThreadSafe
public static interface ListTablesResponse.Builder
extends BcmDataExportsResponse.Builder, SdkPojo, CopyableBuilder<ListTablesResponse.Builder,ListTablesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to retrieve the next set of results.tables
(Collection<Table> tables) The list of tables.tables
(Consumer<Table.Builder>... tables) The list of tables.The list of tables.Methods inherited from interface software.amazon.awssdk.services.bcmdataexports.model.BcmDataExportsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
-
nextToken
The token to retrieve the next set of results.
- Parameters:
nextToken
- The token to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tables
The list of tables.
- Parameters:
tables
- The list of tables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tables
The list of tables.
- Parameters:
tables
- The list of tables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tables
The list of tables.
This is a convenience method that creates an instance of theTable.Builder
avoiding the need to create one manually viaTable.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totables(List <Table>)
.- Parameters:
tables
- 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:
-