Interface EncoderConfiguration.Builder

    • Method Detail

      • arn

        EncoderConfiguration.Builder arn​(String arn)

        ARN of the EncoderConfiguration resource.

        Parameters:
        arn - ARN of the EncoderConfiguration resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        EncoderConfiguration.Builder name​(String name)

        Optional name to identify the resource.

        Parameters:
        name - Optional name to identify the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

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

        Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.

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

        EncoderConfiguration.Builder video​(Video video)

        Video configuration. Default: video resolution 1280x720, bitrate 2500 kbps, 30 fps

        Parameters:
        video - Video configuration. Default: video resolution 1280x720, bitrate 2500 kbps, 30 fps
        Returns:
        Returns a reference to this object so that method calls can be chained together.