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 PublicKeySummary

    • Constructor Detail

      • PublicKeySummary

        public PublicKeySummary()
    • Method Detail

      • setId

        public void setId(String id)

        The identifier of the public key.

        Parameters:
        id - The identifier of the public key.
      • getId

        public String getId()

        The identifier of the public key.

        Returns:
        The identifier of the public key.
      • withId

        public PublicKeySummary withId(String id)

        The identifier of the public key.

        Parameters:
        id - The identifier of the public key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        A name to help identify the public key.

        Parameters:
        name - A name to help identify the public key.
      • getName

        public String getName()

        A name to help identify the public key.

        Returns:
        A name to help identify the public key.
      • withName

        public PublicKeySummary withName(String name)

        A name to help identify the public key.

        Parameters:
        name - A name to help identify the public key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedTime

        public void setCreatedTime(Date createdTime)

        The date and time when the public key was uploaded.

        Parameters:
        createdTime - The date and time when the public key was uploaded.
      • getCreatedTime

        public Date getCreatedTime()

        The date and time when the public key was uploaded.

        Returns:
        The date and time when the public key was uploaded.
      • withCreatedTime

        public PublicKeySummary withCreatedTime(Date createdTime)

        The date and time when the public key was uploaded.

        Parameters:
        createdTime - The date and time when the public key was uploaded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEncodedKey

        public void setEncodedKey(String encodedKey)

        The public key.

        Parameters:
        encodedKey - The public key.
      • getEncodedKey

        public String getEncodedKey()

        The public key.

        Returns:
        The public key.
      • withEncodedKey

        public PublicKeySummary withEncodedKey(String encodedKey)

        The public key.

        Parameters:
        encodedKey - The public key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setComment

        public void setComment(String comment)

        A comment to describe the public key. The comment cannot be longer than 128 characters.

        Parameters:
        comment - A comment to describe the public key. The comment cannot be longer than 128 characters.
      • getComment

        public String getComment()

        A comment to describe the public key. The comment cannot be longer than 128 characters.

        Returns:
        A comment to describe the public key. The comment cannot be longer than 128 characters.
      • withComment

        public PublicKeySummary withComment(String comment)

        A comment to describe the public key. The comment cannot be longer than 128 characters.

        Parameters:
        comment - A comment to describe the public key. The comment cannot be longer than 128 characters.
        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 によって変換されたページ (->オリジナル) /