public static interface ContentTypeProfileConfig.Builder extends SdkPojo, CopyableBuilder<ContentTypeProfileConfig.Builder,ContentTypeProfileConfig>
| Modifier and Type | Method and Description |
|---|---|
default ContentTypeProfileConfig.Builder |
contentTypeProfiles(Consumer<ContentTypeProfiles.Builder> contentTypeProfiles)
The configuration for a field-level encryption content type-profile.
|
ContentTypeProfileConfig.Builder |
contentTypeProfiles(ContentTypeProfiles contentTypeProfiles)
The configuration for a field-level encryption content type-profile.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContentTypeProfileConfig.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.
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.ContentTypeProfileConfig.Builder contentTypeProfiles(ContentTypeProfiles contentTypeProfiles)
The configuration for a field-level encryption content type-profile.
contentTypeProfiles - The configuration for a field-level encryption content type-profile.default ContentTypeProfileConfig.Builder contentTypeProfiles(Consumer<ContentTypeProfiles.Builder> contentTypeProfiles)
The configuration for a field-level encryption content type-profile.
This is a convenience method that creates an instance of theContentTypeProfiles.Builder avoiding the
need to create one manually via ContentTypeProfiles.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to contentTypeProfiles(ContentTypeProfiles).
contentTypeProfiles - a consumer that will call methods on ContentTypeProfiles.BuildercontentTypeProfiles(ContentTypeProfiles)Copyright © 2023. All rights reserved.