Interface FieldLevelEncryption.Builder

    • Method Detail

      • id

        FieldLevelEncryption.Builder id​(String id)

        The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

        Parameters:
        id - The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        FieldLevelEncryption.Builder lastModifiedTime​(Instant lastModifiedTime)

        The last time the field-level encryption configuration was changed.

        Parameters:
        lastModifiedTime - The last time the field-level encryption configuration was changed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fieldLevelEncryptionConfig

        FieldLevelEncryption.Builder fieldLevelEncryptionConfig​(FieldLevelEncryptionConfig fieldLevelEncryptionConfig)

        A complex data type that includes the profile configurations specified for field-level encryption.

        Parameters:
        fieldLevelEncryptionConfig - A complex data type that includes the profile configurations specified for field-level encryption.
        Returns:
        Returns a reference to this object so that method calls can be chained together.