Interface TrustedKeyGroups.Builder

    • Method Detail

      • enabled

        TrustedKeyGroups.Builder enabled​(Boolean enabled)

        This field is true if any of the key groups in the list have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field is false.

        Parameters:
        enabled - This field is true if any of the key groups in the list have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field is false.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • quantity

        TrustedKeyGroups.Builder quantity​(Integer quantity)

        The number of key groups in the list.

        Parameters:
        quantity - The number of key groups in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        TrustedKeyGroups.Builder items​(Collection<String> items)

        A list of key groups identifiers.

        Parameters:
        items - A list of key groups identifiers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        TrustedKeyGroups.Builder items​(String... items)

        A list of key groups identifiers.

        Parameters:
        items - A list of key groups identifiers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.