Interface CreateStreamingImageRequest.Builder

    • Method Detail

      • clientToken

        CreateStreamingImageRequest.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.
      • description

        CreateStreamingImageRequest.Builder description​(String description)

        A human-readable description of the streaming image.

        Parameters:
        description - A human-readable description of the streaming image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ec2ImageId

        CreateStreamingImageRequest.Builder ec2ImageId​(String ec2ImageId)

        The ID of an EC2 machine image with which to create this streaming image.

        Parameters:
        ec2ImageId - The ID of an EC2 machine image with which to create this streaming image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        CreateStreamingImageRequest.Builder name​(String name)

        A friendly name for a streaming image resource.

        Parameters:
        name - A friendly name for a streaming image resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • studioId

        CreateStreamingImageRequest.Builder studioId​(String 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

        CreateStreamingImageRequest.Builder tags​(Map<String,​String> 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.