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 FieldLevelEncryptionConfig

    • Constructor Detail

      • FieldLevelEncryptionConfig

        public FieldLevelEncryptionConfig()
    • Method Detail

      • setCallerReference

        public void setCallerReference(String callerReference)

        A unique number that ensures the request can't be replayed.

        Parameters:
        callerReference - A unique number that ensures the request can't be replayed.
      • getCallerReference

        public String getCallerReference()

        A unique number that ensures the request can't be replayed.

        Returns:
        A unique number that ensures the request can't be replayed.
      • withCallerReference

        public FieldLevelEncryptionConfig withCallerReference(String callerReference)

        A unique number that ensures the request can't be replayed.

        Parameters:
        callerReference - A unique number that ensures the request can't be replayed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setComment

        public void setComment(String comment)

        An optional comment about the configuration. The comment cannot be longer than 128 characters.

        Parameters:
        comment - An optional comment about the configuration. The comment cannot be longer than 128 characters.
      • getComment

        public String getComment()

        An optional comment about the configuration. The comment cannot be longer than 128 characters.

        Returns:
        An optional comment about the configuration. The comment cannot be longer than 128 characters.
      • withComment

        public FieldLevelEncryptionConfig withComment(String comment)

        An optional comment about the configuration. The comment cannot be longer than 128 characters.

        Parameters:
        comment - An optional comment about the configuration. The comment cannot be longer than 128 characters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setQueryArgProfileConfig

        public void setQueryArgProfileConfig(QueryArgProfileConfig queryArgProfileConfig)

        A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

        Parameters:
        queryArgProfileConfig - A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.
      • getQueryArgProfileConfig

        public QueryArgProfileConfig getQueryArgProfileConfig()

        A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

        Returns:
        A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.
      • withQueryArgProfileConfig

        public FieldLevelEncryptionConfig withQueryArgProfileConfig(QueryArgProfileConfig queryArgProfileConfig)

        A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

        Parameters:
        queryArgProfileConfig - A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setContentTypeProfileConfig

        public void setContentTypeProfileConfig(ContentTypeProfileConfig contentTypeProfileConfig)

        A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

        Parameters:
        contentTypeProfileConfig - A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.
      • getContentTypeProfileConfig

        public ContentTypeProfileConfig getContentTypeProfileConfig()

        A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

        Returns:
        A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.
      • withContentTypeProfileConfig

        public FieldLevelEncryptionConfig withContentTypeProfileConfig(ContentTypeProfileConfig contentTypeProfileConfig)

        A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

        Parameters:
        contentTypeProfileConfig - A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.
        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 によって変換されたページ (->オリジナル) /