public static interface GetProxySessionResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<GetProxySessionResponse.Builder,GetProxySessionResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetProxySessionResponse.Builder |
proxySession(Consumer<ProxySession.Builder> proxySession)
The proxy session details.
|
GetProxySessionResponse.Builder |
proxySession(ProxySession proxySession)
The proxy session details.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetProxySessionResponse.Builder proxySession(ProxySession proxySession)
The proxy session details.
proxySession - The proxy session details.default GetProxySessionResponse.Builder proxySession(Consumer<ProxySession.Builder> proxySession)
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 proxySession(ProxySession).
proxySession - a consumer that will call methods on ProxySession.BuilderproxySession(ProxySession)Copyright © 2022. All rights reserved.