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