Interface CreateImageBuilderStreamingUrlResponse.Builder

    • Method Detail

      • streamingURL

        CreateImageBuilderStreamingUrlResponse.Builder streamingURL​(String streamingURL)

        The URL to start the AppStream 2.0 streaming session.

        Parameters:
        streamingURL - The URL to start the AppStream 2.0 streaming session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expires

        CreateImageBuilderStreamingUrlResponse.Builder expires​(Instant expires)

        The elapsed time, in seconds after the Unix epoch, when this URL expires.

        Parameters:
        expires - The elapsed time, in seconds after the Unix epoch, when this URL expires.
        Returns:
        Returns a reference to this object so that method calls can be chained together.