Interface CreateStreamingSessionRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<CreateStreamingSessionRequest.Builder,CreateStreamingSessionRequest>, NimbleRequest.Builder, SdkBuilder<CreateStreamingSessionRequest.Builder,CreateStreamingSessionRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateStreamingSessionRequest

public static interface CreateStreamingSessionRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<CreateStreamingSessionRequest.Builder,CreateStreamingSessionRequest>
  • Method Details

    • 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.
    • ec2InstanceType

      CreateStreamingSessionRequest.Builder ec2InstanceType(String ec2InstanceType)

      The EC2 Instance type used for the streaming session.

      Parameters:
      ec2InstanceType - The EC2 Instance type used for the streaming session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ec2InstanceType

      The EC2 Instance type used for the streaming session.

      Parameters:
      ec2InstanceType - The EC2 Instance type used for the streaming session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • launchProfileId

      CreateStreamingSessionRequest.Builder launchProfileId(String launchProfileId)

      The ID of the launch profile used to control access from the streaming session.

      Parameters:
      launchProfileId - The ID of the launch profile used to control access from the streaming session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ownedBy

      The user ID of the user that owns the streaming session. The user that owns the session will be logging into the session and interacting with the virtual workstation.

      Parameters:
      ownedBy - The user ID of the user that owns the streaming session. The user that owns the session will be logging into the session and interacting with the virtual workstation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • streamingImageId

      CreateStreamingSessionRequest.Builder streamingImageId(String streamingImageId)

      The ID of the streaming image.

      Parameters:
      streamingImageId - The ID of the streaming image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • studioId

      The studio ID.

      Parameters:
      studioId - The studio ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A collection of labels, in the form of key-value pairs, that apply to this resource.

      Parameters:
      tags - A collection of labels, in the form of key-value pairs, that apply to this resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateStreamingSessionRequest.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.