public static interface StopStreamingSessionRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<StopStreamingSessionRequest.Builder,StopStreamingSessionRequest>
| Modifier and Type | Method and Description |
|---|---|
StopStreamingSessionRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
StopStreamingSessionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopStreamingSessionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopStreamingSessionRequest.Builder |
sessionId(String sessionId)
The streaming session ID for the StopStreamingSessionRequest.
|
StopStreamingSessionRequest.Builder |
studioId(String studioId)
The studioId for the StopStreamingSessionRequest.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopStreamingSessionRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you
don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the
request to ensure idempotency.StopStreamingSessionRequest.Builder sessionId(String sessionId)
The streaming session ID for the StopStreamingSessionRequest.
sessionId - The streaming session ID for the StopStreamingSessionRequest.StopStreamingSessionRequest.Builder studioId(String studioId)
The studioId for the StopStreamingSessionRequest.
studioId - The studioId for the StopStreamingSessionRequest.StopStreamingSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStopStreamingSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.