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 Details

    • 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

      The streaming session ID for the StopStreamingSessionRequest.

      Parameters:
      sessionId - The streaming session ID for the StopStreamingSessionRequest.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

      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:
    • overrideConfiguration

      StopStreamingSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.