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 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 to use to retrieve the next page of results.
nextToken - The token to use to retrieve the next page of results.Copyright © 2022. All rights reserved.