Interface ListIdMappingTablesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CleanRoomsResponse.Builder,CopyableBuilder<ListIdMappingTablesResponse.Builder,ListIdMappingTablesResponse>,SdkBuilder<ListIdMappingTablesResponse.Builder,ListIdMappingTablesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListIdMappingTablesResponse
public static interface ListIdMappingTablesResponse.Builder extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<ListIdMappingTablesResponse.Builder,ListIdMappingTablesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIdMappingTablesResponse.BuilderidMappingTableSummaries(Collection<IdMappingTableSummary> idMappingTableSummaries)The summary information of the ID mapping tables that you requested.ListIdMappingTablesResponse.BuilderidMappingTableSummaries(Consumer<IdMappingTableSummary.Builder>... idMappingTableSummaries)The summary information of the ID mapping tables that you requested.ListIdMappingTablesResponse.BuilderidMappingTableSummaries(IdMappingTableSummary... idMappingTableSummaries)The summary information of the ID mapping tables that you requested.ListIdMappingTablesResponse.BuildernextToken(String nextToken)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 Detail
-
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.Builderavoiding the need to create one manually viaIdMappingTableSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#idMappingTableSummaries(List.) - 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:
#idMappingTableSummaries(java.util.Collection)
-
nextToken
ListIdMappingTablesResponse.Builder nextToken(String 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.
-
-