public static interface ListMembersRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<ListMembersRequest.Builder,ListMembersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListMembersRequest.Builder |
collaborationIdentifier(String collaborationIdentifier)
The identifier of the collaboration in which the members are listed.
|
ListMembersRequest.Builder |
maxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
ListMembersRequest.Builder |
nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
ListMembersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMembersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMembersRequest.Builder collaborationIdentifier(String collaborationIdentifier)
The identifier of the collaboration in which the members are listed.
collaborationIdentifier - The identifier of the collaboration in which the members are listed.ListMembersRequest.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.ListMembersRequest.Builder maxResults(Integer maxResults)
The maximum size of the results that is returned per call.
maxResults - The maximum size of the results that is returned per call.ListMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.