JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.ivsrealtime.model

Class CreateEncoderConfigurationRequest

    • Constructor Detail

      • CreateEncoderConfigurationRequest

        public CreateEncoderConfigurationRequest()
    • Method Detail

      • setName

        public void setName(String name)

        Optional name to identify the resource.

        Parameters:
        name - Optional name to identify the resource.
      • getName

        public String getName()

        Optional name to identify the resource.

        Returns:
        Optional name to identify the resource.
      • withName

        public CreateEncoderConfigurationRequest withName(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.
      • setVideo

        public void setVideo(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.
      • getVideo

        public Video getVideo()

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

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

        public CreateEncoderConfigurationRequest withVideo(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.
      • getTags

        public Map<String,String> getTags()

        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:
        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.
      • setTags

        public void setTags(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.
      • withTags

        public CreateEncoderConfigurationRequest withTags(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.
      • clearTagsEntries

        public CreateEncoderConfigurationRequest clearTagsEntries()
        Removes all the entries added into Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /