Interface StopStreamingSessionRequest.Builder

    • 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 the StopStreamingSessionRequest.
        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