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.cloudfront.model

Class ActiveTrustedKeyGroups

    • Method Summary

      All Methods
      Modifier and Type Method and Description
      ActiveTrustedKeyGroups clone ()
      boolean equals (Object obj)
      Boolean getEnabled ()
      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.
      List<KGKeyPairIds> getItems ()
      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.
      Integer getQuantity ()
      The number of key groups in the list.
      int hashCode ()
      Boolean isEnabled ()
      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.
      void setEnabled (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.
      void setItems (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.
      void setQuantity (Integer quantity)
      The number of key groups in the list.
      String toString ()
      Returns a string representation of this object.
      ActiveTrustedKeyGroups withEnabled (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.
      ActiveTrustedKeyGroups withItems (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.
      ActiveTrustedKeyGroups withItems (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.
      ActiveTrustedKeyGroups withQuantity (Integer quantity)
      The number of key groups in the list.
    • Constructor Detail

      • ActiveTrustedKeyGroups

        public ActiveTrustedKeyGroups()
    • Method Detail

      • setEnabled

        public void setEnabled(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.
      • getEnabled

        public Boolean getEnabled()

        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:
        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.
      • withEnabled

        public ActiveTrustedKeyGroups withEnabled(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.
      • isEnabled

        public Boolean isEnabled()

        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:
        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.
      • setQuantity

        public void setQuantity(Integer quantity)

        The number of key groups in the list.

        Parameters:
        quantity - The number of key groups in the list.
      • getQuantity

        public Integer getQuantity()

        The number of key groups in the list.

        Returns:
        The number of key groups in the list.
      • withQuantity

        public ActiveTrustedKeyGroups withQuantity(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.
      • getItems

        public List<KGKeyPairIds> getItems()

        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:
        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.
      • setItems

        public void setItems(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.
      • withItems

        public ActiveTrustedKeyGroups withItems(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.

        NOTE: This method appends the values to the existing list (if any). Use setItems(java.util.Collection) or withItems(java.util.Collection) if you want to override the existing values.

        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.
      • withItems

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