Interface ListIdMappingTablesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CleanRoomsResponse.Builder
,CopyableBuilder<ListIdMappingTablesResponse.Builder,
,ListIdMappingTablesResponse> SdkBuilder<ListIdMappingTablesResponse.Builder,
,ListIdMappingTablesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListIdMappingTablesResponse
@Mutable
@NotThreadSafe
public static interface ListIdMappingTablesResponse.Builder
extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<ListIdMappingTablesResponse.Builder,ListIdMappingTablesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionidMappingTableSummaries
(Collection<IdMappingTableSummary> idMappingTableSummaries) The summary information of the ID mapping tables that you requested.idMappingTableSummaries
(Consumer<IdMappingTableSummary.Builder>... idMappingTableSummaries) The summary information of the ID mapping tables that you requested.idMappingTableSummaries
(IdMappingTableSummary... idMappingTableSummaries) The summary information of the ID mapping tables that you requested.The token value provided 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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
idMappingTableSummaries
ListIdMappingTablesResponse.Builder idMappingTableSummaries(Collection<IdMappingTableSummary> idMappingTableSummaries) The summary information of the ID mapping tables that you requested.
- Parameters:
idMappingTableSummaries
- The summary information of the ID mapping tables that you requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idMappingTableSummaries
ListIdMappingTablesResponse.Builder idMappingTableSummaries(IdMappingTableSummary... idMappingTableSummaries) The summary information of the ID mapping tables that you requested.
- Parameters:
idMappingTableSummaries
- The summary information of the ID mapping tables that you requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idMappingTableSummaries
ListIdMappingTablesResponse.Builder idMappingTableSummaries(Consumer<IdMappingTableSummary.Builder>... idMappingTableSummaries) The summary information of the ID mapping tables that you requested.
This is a convenience method that creates an instance of theIdMappingTableSummary.Builder
avoiding the need to create one manually viaIdMappingTableSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toidMappingTableSummaries(List<IdMappingTableSummary>)
.- Parameters:
idMappingTableSummaries
- a consumer that will call methods onIdMappingTableSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token value provided to access the next page of results.
- Parameters:
nextToken
- The token value provided to access the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-