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 FieldLevelEncryptionProfileSummary

    • Constructor Detail

      • FieldLevelEncryptionProfileSummary

        public FieldLevelEncryptionProfileSummary()
    • Method Detail

      • setId

        public void setId(String id)

        ID for the field-level encryption profile summary.

        Parameters:
        id - ID for the field-level encryption profile summary.
      • getId

        public String getId()

        ID for the field-level encryption profile summary.

        Returns:
        ID for the field-level encryption profile summary.
      • withId

        public FieldLevelEncryptionProfileSummary withId(String id)

        ID for the field-level encryption profile summary.

        Parameters:
        id - ID for the field-level encryption profile summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModifiedTime

        public void setLastModifiedTime(Date lastModifiedTime)

        The time when the field-level encryption profile summary was last updated.

        Parameters:
        lastModifiedTime - The time when the field-level encryption profile summary was last updated.
      • getLastModifiedTime

        public Date getLastModifiedTime()

        The time when the field-level encryption profile summary was last updated.

        Returns:
        The time when the field-level encryption profile summary was last updated.
      • withLastModifiedTime

        public FieldLevelEncryptionProfileSummary withLastModifiedTime(Date lastModifiedTime)

        The time when the field-level encryption profile summary was last updated.

        Parameters:
        lastModifiedTime - The time when the field-level encryption profile summary was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        Name for the field-level encryption profile summary.

        Parameters:
        name - Name for the field-level encryption profile summary.
      • getName

        public String getName()

        Name for the field-level encryption profile summary.

        Returns:
        Name for the field-level encryption profile summary.
      • withName

        public FieldLevelEncryptionProfileSummary withName(String name)

        Name for the field-level encryption profile summary.

        Parameters:
        name - Name for the field-level encryption profile summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEncryptionEntities

        public void setEncryptionEntities(EncryptionEntities encryptionEntities)

        A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

        Parameters:
        encryptionEntities - A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.
      • getEncryptionEntities

        public EncryptionEntities getEncryptionEntities()

        A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

        Returns:
        A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.
      • withEncryptionEntities

        public FieldLevelEncryptionProfileSummary withEncryptionEntities(EncryptionEntities encryptionEntities)

        A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

        Parameters:
        encryptionEntities - A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setComment

        public void setComment(String comment)

        An optional comment for the field-level encryption profile summary. The comment cannot be longer than 128 characters.

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

        public String getComment()

        An optional comment for the field-level encryption profile summary. The comment cannot be longer than 128 characters.

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

        public FieldLevelEncryptionProfileSummary withComment(String comment)

        An optional comment for the field-level encryption profile summary. The comment cannot be longer than 128 characters.

        Parameters:
        comment - An optional comment for the field-level encryption profile summary. 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 によって変換されたページ (->オリジナル) /