Interface CreateStreamingUrlRequest.Builder

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

public static interface CreateStreamingUrlRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<CreateStreamingUrlRequest.Builder,CreateStreamingUrlRequest>
  • Method Details

    • stackName

      The name of the stack.

      Parameters:
      stackName - The name of the stack.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fleetName

      The name of the fleet.

      Parameters:
      fleetName - The name of the fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userId

      The identifier of the user.

      Parameters:
      userId - The identifier of the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicationId

      CreateStreamingUrlRequest.Builder applicationId(String applicationId)

      The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant. If your fleet is enabled for the Desktop stream view, you can also choose to launch directly to the operating system desktop. To do so, specify Desktop.

      Parameters:
      applicationId - The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant. If your fleet is enabled for the Desktop stream view, you can also choose to launch directly to the operating system desktop. To do so, specify Desktop.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • validity

      The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.

      Parameters:
      validity - The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionContext

      CreateStreamingUrlRequest.Builder sessionContext(String sessionContext)

      The session context. For more information, see Session Context in the Amazon AppStream 2.0 Administration Guide.

      Parameters:
      sessionContext - The session context. For more information, see Session Context in the Amazon AppStream 2.0 Administration Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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