public static interface UpdateProxySessionResponse.Builder extends ChimeSdkVoiceResponse.Builder, SdkPojo, CopyableBuilder<UpdateProxySessionResponse.Builder,UpdateProxySessionResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateProxySessionResponse.Builder |
proxySession(Consumer<ProxySession.Builder> proxySession)
The updated proxy session details.
|
UpdateProxySessionResponse.Builder |
proxySession(ProxySession proxySession)
The updated proxy session details.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateProxySessionResponse.Builder proxySession(ProxySession proxySession)
The updated proxy session details.
proxySession - The updated proxy session details.default UpdateProxySessionResponse.Builder proxySession(Consumer<ProxySession.Builder> proxySession)
The updated 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 © 2023. All rights reserved.