Interface PublicKeySummary.Builder

    • Method Detail

      • arn

        PublicKeySummary.Builder arn​(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.
      • name

        PublicKeySummary.Builder name​(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.
      • tags

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

        Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor 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 Best practices and strategies in Tagging AWS Resources and Tag Editor 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.