public static interface ListProxySessionsResponse.Builder extends ChimeSdkVoiceResponse.Builder, SdkPojo, CopyableBuilder<ListProxySessionsResponse.Builder,ListProxySessionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProxySessionsResponse.Builder |
nextToken(String nextToken)
The token used to retrieve the next page of results.
|
ListProxySessionsResponse.Builder |
proxySessions(Collection<ProxySession> proxySessions)
The proxy sessions' details.
|
ListProxySessionsResponse.Builder |
proxySessions(Consumer<ProxySession.Builder>... proxySessions)
The proxy sessions' details.
|
ListProxySessionsResponse.Builder |
proxySessions(ProxySession... proxySessions)
The proxy sessions' details.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProxySessionsResponse.Builder proxySessions(Collection<ProxySession> proxySessions)
The proxy sessions' details.
proxySessions - The proxy sessions' details.ListProxySessionsResponse.Builder proxySessions(ProxySession... proxySessions)
The proxy sessions' details.
proxySessions - The proxy sessions' details.ListProxySessionsResponse.Builder proxySessions(Consumer<ProxySession.Builder>... proxySessions)
The proxy sessions' details.
This is a convenience method that creates an instance of theProxySession.Builder avoiding the need to create
one manually via ProxySession.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #proxySessions(List.
proxySessions - a consumer that will call methods on
ProxySession.Builder#proxySessions(java.util.Collection) ListProxySessionsResponse.Builder nextToken(String nextToken)
The token used to retrieve the next page of results.
nextToken - The token used to retrieve the next page of results.Copyright © 2023. All rights reserved.