@Generated(value="software.amazon.awssdk:codegen") public final class ContentTypeProfileConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContentTypeProfileConfig.Builder,ContentTypeProfileConfig>
The configuration for a field-level encryption content type-profile mapping.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContentTypeProfileConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ContentTypeProfileConfig.Builder |
builder() |
ContentTypeProfiles |
contentTypeProfiles()
The configuration for a field-level encryption content type-profile.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
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.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ContentTypeProfileConfig.Builder> |
serializableBuilderClass() |
ContentTypeProfileConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final ContentTypeProfiles contentTypeProfiles()
The configuration for a field-level encryption content type-profile.
public ContentTypeProfileConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContentTypeProfileConfig.Builder,ContentTypeProfileConfig>public static ContentTypeProfileConfig.Builder builder()
public static Class<? extends ContentTypeProfileConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.