Interface StartStreamingSessionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartStreamingSessionRequest.Builder,StartStreamingSessionRequest>,NimbleRequest.Builder,SdkBuilder<StartStreamingSessionRequest.Builder,StartStreamingSessionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartStreamingSessionRequest
public static interface StartStreamingSessionRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<StartStreamingSessionRequest.Builder,StartStreamingSessionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartStreamingSessionRequest.BuilderbackupId(String backupId)The ID of the backup.StartStreamingSessionRequest.BuilderclientToken(String clientToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.StartStreamingSessionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartStreamingSessionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartStreamingSessionRequest.BuildersessionId(String sessionId)The streaming session ID for theStartStreamingSessionRequest.StartStreamingSessionRequest.BuilderstudioId(String studioId)The studio ID for the StartStreamingSessionRequest.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.nimble.model.NimbleRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
backupId
StartStreamingSessionRequest.Builder backupId(String backupId)
The ID of the backup.
- Parameters:
backupId- The ID of the backup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
StartStreamingSessionRequest.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 Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
- Parameters:
clientToken- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
StartStreamingSessionRequest.Builder sessionId(String sessionId)
The streaming session ID for the
StartStreamingSessionRequest.- Parameters:
sessionId- The streaming session ID for theStartStreamingSessionRequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
studioId
StartStreamingSessionRequest.Builder studioId(String studioId)
The studio ID for the StartStreamingSessionRequest.
- Parameters:
studioId- The studio ID for the StartStreamingSessionRequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartStreamingSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartStreamingSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-