Interface ContentTypeProfileConfig.Builder

    • Method Detail

      • forwardWhenContentTypeIsUnknown

        ContentTypeProfileConfig.Builder forwardWhenContentTypeIsUnknown​(Boolean forwardWhenContentTypeIsUnknown)

        The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

        Parameters:
        forwardWhenContentTypeIsUnknown - The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contentTypeProfiles

        ContentTypeProfileConfig.Builder contentTypeProfiles​(ContentTypeProfiles contentTypeProfiles)

        The configuration for a field-level encryption content type-profile.

        Parameters:
        contentTypeProfiles - The configuration for a field-level encryption content type-profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.