public static interface ListCollaborationsResponse.Builder extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<ListCollaborationsResponse.Builder,ListCollaborationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCollaborationsResponse.Builder |
collaborationList(CollaborationSummary... collaborationList)
The list of collaborations.
|
ListCollaborationsResponse.Builder |
collaborationList(Collection<CollaborationSummary> collaborationList)
The list of collaborations.
|
ListCollaborationsResponse.Builder |
collaborationList(Consumer<CollaborationSummary.Builder>... collaborationList)
The list of collaborations.
|
ListCollaborationsResponse.Builder |
nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCollaborationsResponse.Builder nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.ListCollaborationsResponse.Builder collaborationList(Collection<CollaborationSummary> collaborationList)
The list of collaborations.
collaborationList - The list of collaborations.ListCollaborationsResponse.Builder collaborationList(CollaborationSummary... collaborationList)
The list of collaborations.
collaborationList - The list of collaborations.ListCollaborationsResponse.Builder collaborationList(Consumer<CollaborationSummary.Builder>... collaborationList)
The list of collaborations.
This is a convenience method that creates an instance of theCollaborationSummary.Builder avoiding the need to
create one manually via
CollaborationSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #collaborationList(List.
collaborationList - a consumer that will call methods on
CollaborationSummary.Builder#collaborationList(java.util.Collection) Copyright © 2023. All rights reserved.