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 PublicKey

    • Constructor Detail

      • PublicKey

        public PublicKey()
    • Method Detail

      • setArn

        public void setArn(String arn)

        Public key ARN.

        Parameters:
        arn - Public key ARN.
      • getArn

        public String getArn()

        Public key ARN.

        Returns:
        Public key ARN.
      • withArn

        public PublicKey withArn(String arn)

        Public key ARN.

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

        public void setName(String name)

        Public key name.

        Parameters:
        name - Public key name.
      • getName

        public String getName()

        Public key name.

        Returns:
        Public key name.
      • withName

        public PublicKey withName(String name)

        Public key name.

        Parameters:
        name - Public key name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPublicKeyMaterial

        public void setPublicKeyMaterial(String publicKeyMaterial)

        Public key material.

        Parameters:
        publicKeyMaterial - Public key material.
      • getPublicKeyMaterial

        public String getPublicKeyMaterial()

        Public key material.

        Returns:
        Public key material.
      • withPublicKeyMaterial

        public PublicKey withPublicKeyMaterial(String publicKeyMaterial)

        Public key material.

        Parameters:
        publicKeyMaterial - Public key material.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFingerprint

        public void setFingerprint(String fingerprint)

        The public key fingerprint, a short string used to identify or verify the full public key.

        Parameters:
        fingerprint - The public key fingerprint, a short string used to identify or verify the full public key.
      • getFingerprint

        public String getFingerprint()

        The public key fingerprint, a short string used to identify or verify the full public key.

        Returns:
        The public key fingerprint, a short string used to identify or verify the full public key.
      • withFingerprint

        public PublicKey withFingerprint(String fingerprint)

        The public key fingerprint, a short string used to identify or verify the full public key.

        Parameters:
        fingerprint - The public key fingerprint, a short string used to identify or verify the full public key.
        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 PublicKey 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 PublicKey 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 によって変換されたページ (->オリジナル) /