Interface UpdateProxySessionResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,ChimeSdkVoiceResponse.Builder,CopyableBuilder<UpdateProxySessionResponse.Builder,,UpdateProxySessionResponse> SdkBuilder<UpdateProxySessionResponse.Builder,,UpdateProxySessionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateProxySessionResponse
public static interface UpdateProxySessionResponse.Builder
extends ChimeSdkVoiceResponse.Builder, SdkPojo, CopyableBuilder<UpdateProxySessionResponse.Builder,UpdateProxySessionResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionproxySession(Consumer<ProxySession.Builder> proxySession) The updated proxy session details.proxySession(ProxySession proxySession) The updated proxy session details.Methods inherited from interface software.amazon.awssdk.services.chimesdkvoice.model.ChimeSdkVoiceResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
proxySession
The updated proxy session details.
- Parameters:
 proxySession- The updated proxy session details.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
proxySession
default UpdateProxySessionResponse.Builder proxySession(Consumer<ProxySession.Builder> proxySession) The updated proxy session details.
This is a convenience method that creates an instance of theProxySession.Builderavoiding the need to create one manually viaProxySession.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toproxySession(ProxySession).- Parameters:
 proxySession- a consumer that will call methods onProxySession.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -