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 FieldLevelEncryptionSummary

    • Constructor Detail

      • FieldLevelEncryptionSummary

        public FieldLevelEncryptionSummary()
    • Method Detail

      • setId

        public void setId(String id)

        The unique ID of a field-level encryption item.

        Parameters:
        id - The unique ID of a field-level encryption item.
      • getId

        public String getId()

        The unique ID of a field-level encryption item.

        Returns:
        The unique ID of a field-level encryption item.
      • withId

        public FieldLevelEncryptionSummary withId(String id)

        The unique ID of a field-level encryption item.

        Parameters:
        id - The unique ID of a field-level encryption item.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModifiedTime

        public void setLastModifiedTime(Date lastModifiedTime)

        The last time that the summary of field-level encryption items was modified.

        Parameters:
        lastModifiedTime - The last time that the summary of field-level encryption items was modified.
      • getLastModifiedTime

        public Date getLastModifiedTime()

        The last time that the summary of field-level encryption items was modified.

        Returns:
        The last time that the summary of field-level encryption items was modified.
      • withLastModifiedTime

        public FieldLevelEncryptionSummary withLastModifiedTime(Date lastModifiedTime)

        The last time that the summary of field-level encryption items was modified.

        Parameters:
        lastModifiedTime - The last time that the summary of field-level encryption items was modified.
        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 field-level encryption item. The comment cannot be longer than 128 characters.

        Parameters:
        comment - An optional comment about the field-level encryption item. The comment cannot be longer than 128 characters.
      • getComment

        public String getComment()

        An optional comment about the field-level encryption item. The comment cannot be longer than 128 characters.

        Returns:
        An optional comment about the field-level encryption item. The comment cannot be longer than 128 characters.
      • withComment

        public FieldLevelEncryptionSummary withComment(String comment)

        An optional comment about the field-level encryption item. The comment cannot be longer than 128 characters.

        Parameters:
        comment - An optional comment about the field-level encryption item. 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 summary of a query argument-profile mapping.

        Parameters:
        queryArgProfileConfig - A summary of a query argument-profile mapping.
      • getQueryArgProfileConfig

        public QueryArgProfileConfig getQueryArgProfileConfig()

        A summary of a query argument-profile mapping.

        Returns:
        A summary of a query argument-profile mapping.
      • withQueryArgProfileConfig

        public FieldLevelEncryptionSummary withQueryArgProfileConfig(QueryArgProfileConfig queryArgProfileConfig)

        A summary of a query argument-profile mapping.

        Parameters:
        queryArgProfileConfig - A summary of a query argument-profile mapping.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setContentTypeProfileConfig

        public void setContentTypeProfileConfig(ContentTypeProfileConfig contentTypeProfileConfig)

        A summary of a content type-profile mapping.

        Parameters:
        contentTypeProfileConfig - A summary of a content type-profile mapping.
      • getContentTypeProfileConfig

        public ContentTypeProfileConfig getContentTypeProfileConfig()

        A summary of a content type-profile mapping.

        Returns:
        A summary of a content type-profile mapping.
      • withContentTypeProfileConfig

        public FieldLevelEncryptionSummary withContentTypeProfileConfig(ContentTypeProfileConfig contentTypeProfileConfig)

        A summary of a content type-profile mapping.

        Parameters:
        contentTypeProfileConfig - A summary of a content type-profile mapping.
        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 によって変換されたページ (->オリジナル) /