Interface GetProxySessionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeResponse.Builder,CopyableBuilder<GetProxySessionResponse.Builder,GetProxySessionResponse>,SdkBuilder<GetProxySessionResponse.Builder,GetProxySessionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetProxySessionResponse
public static interface GetProxySessionResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<GetProxySessionResponse.Builder,GetProxySessionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetProxySessionResponse.BuilderproxySession(Consumer<ProxySession.Builder> proxySession)The proxy session details.GetProxySessionResponse.BuilderproxySession(ProxySession proxySession)The proxy session details.-
Methods inherited from interface software.amazon.awssdk.services.chime.model.ChimeResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
proxySession
GetProxySessionResponse.Builder proxySession(ProxySession proxySession)
The proxy session details.
- Parameters:
proxySession- The proxy session details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
proxySession
default GetProxySessionResponse.Builder proxySession(Consumer<ProxySession.Builder> proxySession)
The 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:
proxySession(ProxySession)
-
-