Interface CreateStreamSessionConnectionResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateStreamSessionConnectionResponse.Builder,,CreateStreamSessionConnectionResponse> GameLiftStreamsResponse.Builder,SdkBuilder<CreateStreamSessionConnectionResponse.Builder,,CreateStreamSessionConnectionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateStreamSessionConnectionResponse
public static interface CreateStreamSessionConnectionResponse.Builder
extends GameLiftStreamsResponse.Builder, SdkPojo, CopyableBuilder<CreateStreamSessionConnectionResponse.Builder,CreateStreamSessionConnectionResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionsignalResponse(String signalResponse) The WebRTC answer string that the stream server generates in response to theSignalRequest.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.gameliftstreams.model.GameLiftStreamsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
signalResponse
The WebRTC answer string that the stream server generates in response to the
SignalRequest.- Parameters:
 signalResponse- The WebRTC answer string that the stream server generates in response to theSignalRequest.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -