Interface StopStreamingSessionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StopStreamingSessionRequest.Builder,StopStreamingSessionRequest>,NimbleRequest.Builder,SdkBuilder<StopStreamingSessionRequest.Builder,StopStreamingSessionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StopStreamingSessionRequest
public static interface StopStreamingSessionRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<StopStreamingSessionRequest.Builder,StopStreamingSessionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopStreamingSessionRequest.BuilderclientToken(String clientToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.StopStreamingSessionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopStreamingSessionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopStreamingSessionRequest.BuildersessionId(String sessionId)The streaming session ID for theStopStreamingSessionRequest.StopStreamingSessionRequest.BuilderstudioId(String studioId)The studioId for the StopStreamingSessionRequest.StopStreamingSessionRequest.BuildervolumeRetentionMode(String volumeRetentionMode)Adds additional instructions to a streaming session stop action to either retain the EBS volumes or delete the EBS volumes.StopStreamingSessionRequest.BuildervolumeRetentionMode(VolumeRetentionMode volumeRetentionMode)Adds additional instructions to a streaming session stop action to either retain the EBS volumes or delete the EBS volumes.-
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
-
clientToken
StopStreamingSessionRequest.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
StopStreamingSessionRequest.Builder sessionId(String sessionId)
The streaming session ID for the
StopStreamingSessionRequest.- Parameters:
sessionId- The streaming session ID for theStopStreamingSessionRequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
studioId
StopStreamingSessionRequest.Builder studioId(String studioId)
The studioId for the StopStreamingSessionRequest.
- Parameters:
studioId- The studioId for the StopStreamingSessionRequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
volumeRetentionMode
StopStreamingSessionRequest.Builder volumeRetentionMode(String volumeRetentionMode)
Adds additional instructions to a streaming session stop action to either retain the EBS volumes or delete the EBS volumes.
- Parameters:
volumeRetentionMode- Adds additional instructions to a streaming session stop action to either retain the EBS volumes or delete the EBS volumes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VolumeRetentionMode,VolumeRetentionMode
-
volumeRetentionMode
StopStreamingSessionRequest.Builder volumeRetentionMode(VolumeRetentionMode volumeRetentionMode)
Adds additional instructions to a streaming session stop action to either retain the EBS volumes or delete the EBS volumes.
- Parameters:
volumeRetentionMode- Adds additional instructions to a streaming session stop action to either retain the EBS volumes or delete the EBS volumes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VolumeRetentionMode,VolumeRetentionMode
-
overrideConfiguration
StopStreamingSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StopStreamingSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-