public static interface ContentTypeProfile.Builder extends SdkPojo, CopyableBuilder<ContentTypeProfile.Builder,ContentTypeProfile>
Modifier and Type | Method and Description |
---|---|
ContentTypeProfile.Builder |
contentType(String contentType)
The content type for a field-level encryption content type-profile mapping.
|
ContentTypeProfile.Builder |
format(Format format)
The format for a field-level encryption content type-profile mapping.
|
ContentTypeProfile.Builder |
format(String format)
The format for a field-level encryption content type-profile mapping.
|
ContentTypeProfile.Builder |
profileId(String profileId)
The profile ID for a field-level encryption content type-profile mapping.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ContentTypeProfile.Builder format(String format)
The format for a field-level encryption content type-profile mapping.
ContentTypeProfile.Builder format(Format format)
The format for a field-level encryption content type-profile mapping.
ContentTypeProfile.Builder profileId(String profileId)
The profile ID for a field-level encryption content type-profile mapping.
profileId
- The profile ID for a field-level encryption content type-profile mapping.ContentTypeProfile.Builder contentType(String contentType)
The content type for a field-level encryption content type-profile mapping.
contentType
- The content type for a field-level encryption content type-profile mapping.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.