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 EncoderConfigurationSummary

    • Constructor Detail

      • EncoderConfigurationSummary

        public EncoderConfigurationSummary()
    • Method Detail

      • setArn

        public void setArn(String arn)

        ARN of the EncoderConfiguration resource.

        Parameters:
        arn - ARN of the EncoderConfiguration resource.
      • getArn

        public String getArn()

        ARN of the EncoderConfiguration resource.

        Returns:
        ARN of the EncoderConfiguration resource.
      • withArn

        public EncoderConfigurationSummary withArn(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.
      • 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 EncoderConfigurationSummary 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.
      • 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 EncoderConfigurationSummary 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 EncoderConfigurationSummary 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 によって変換されたページ (->オリジナル) /