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