Interface ActiveTrustedKeyGroups.Builder

    • Method Detail

      • enabled

        ActiveTrustedKeyGroups.Builder enabled​(Boolean enabled)

        This field is true if any of the key groups 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 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

        ActiveTrustedKeyGroups.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

        ActiveTrustedKeyGroups.Builder items​(Collection<KGKeyPairIds> items)

        A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use to verify the signatures of signed URLs and signed cookies.

        Parameters:
        items - A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use to verify the signatures of signed URLs and signed cookies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ActiveTrustedKeyGroups.Builder items​(KGKeyPairIds... items)

        A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use to verify the signatures of signed URLs and signed cookies.

        Parameters:
        items - A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use to verify the signatures of signed URLs and signed cookies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.