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 PublicKeyConfig

    • Constructor Detail

      • PublicKeyConfig

        public PublicKeyConfig()
    • Method Detail

      • setCallerReference

        public void setCallerReference(String callerReference)

        A string included in the request to help make sure that the request can't be replayed.

        Parameters:
        callerReference - A string included in the request to help make sure that the request can't be replayed.
      • getCallerReference

        public String getCallerReference()

        A string included in the request to help make sure that the request can't be replayed.

        Returns:
        A string included in the request to help make sure that the request can't be replayed.
      • withCallerReference

        public PublicKeyConfig withCallerReference(String callerReference)

        A string included in the request to help make sure that the request can't be replayed.

        Parameters:
        callerReference - A string included in the request to help make sure that the request can't be replayed.
        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 PublicKeyConfig 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.
      • 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 PublicKeyConfig 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 によって変換されたページ (->オリジナル) /