public static interface CreateProxySessionResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<CreateProxySessionResponse.Builder,CreateProxySessionResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateProxySessionResponse.Builder |
proxySession(Consumer<ProxySession.Builder> proxySession)
The proxy session details.
|
CreateProxySessionResponse.Builder |
proxySession(ProxySession proxySession)
The proxy session details.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateProxySessionResponse.Builder proxySession(ProxySession proxySession)
The proxy session details.
proxySession - The proxy session details.default CreateProxySessionResponse.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.