Interface ListConfiguredTablesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CleanRoomsResponse.Builder
,CopyableBuilder<ListConfiguredTablesResponse.Builder,
,ListConfiguredTablesResponse> SdkBuilder<ListConfiguredTablesResponse.Builder,
,ListConfiguredTablesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListConfiguredTablesResponse
public static interface ListConfiguredTablesResponse.Builder
extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<ListConfiguredTablesResponse.Builder,ListConfiguredTablesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconfiguredTableSummaries
(Collection<ConfiguredTableSummary> configuredTableSummaries) The configured tables listed by the request.configuredTableSummaries
(Consumer<ConfiguredTableSummary.Builder>... configuredTableSummaries) The configured tables listed by the request.configuredTableSummaries
(ConfiguredTableSummary... configuredTableSummaries) The configured tables listed by the request.The token value retrieved from a previous call to access the next page of results.Methods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsResponse.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
configuredTableSummaries
ListConfiguredTablesResponse.Builder configuredTableSummaries(Collection<ConfiguredTableSummary> configuredTableSummaries) The configured tables listed by the request.
- Parameters:
configuredTableSummaries
- The configured tables listed by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuredTableSummaries
ListConfiguredTablesResponse.Builder configuredTableSummaries(ConfiguredTableSummary... configuredTableSummaries) The configured tables listed by the request.
- Parameters:
configuredTableSummaries
- The configured tables listed by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuredTableSummaries
ListConfiguredTablesResponse.Builder configuredTableSummaries(Consumer<ConfiguredTableSummary.Builder>... configuredTableSummaries) The configured tables listed by the request.
This is a convenience method that creates an instance of theConfiguredTableSummary.Builder
avoiding the need to create one manually viaConfiguredTableSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconfiguredTableSummaries(List<ConfiguredTableSummary>)
.- Parameters:
configuredTableSummaries
- a consumer that will call methods onConfiguredTableSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token value retrieved from a previous call to access the next page of results.
- Parameters:
nextToken
- The token value retrieved from a previous call to access the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-