Interface StreamKey.Builder

    • Method Detail

      • arn

        StreamKey.Builder arn​(String arn)

        Stream-key ARN.

        Parameters:
        arn - Stream-key ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • channelArn

        StreamKey.Builder channelArn​(String channelArn)

        Channel ARN for the stream.

        Parameters:
        channelArn - Channel ARN for the stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        StreamKey.Builder tags​(Map<String,​String> tags)

        Tags attached to the resource. Array of 1-50 maps, each of the form string:string (key:value). See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.

        Parameters:
        tags - Tags attached to the resource. Array of 1-50 maps, each of the form string:string (key:value). See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        StreamKey.Builder value​(String value)

        Stream-key value.

        Parameters:
        value - Stream-key value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.