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 Details

    • 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

      The streaming session ID for the StartStreamingSessionRequest.

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