Interface ContentTypeProfile.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ContentTypeProfile.Builder,,ContentTypeProfile> SdkBuilder<ContentTypeProfile.Builder,,ContentTypeProfile> SdkPojo
- Enclosing class:
- ContentTypeProfile
@Mutable
@NotThreadSafe
public static interface ContentTypeProfile.Builder
extends SdkPojo, CopyableBuilder<ContentTypeProfile.Builder,ContentTypeProfile>
-
Method Summary
Modifier and TypeMethodDescriptioncontentType(String contentType) The content type for a field-level encryption content type-profile mapping.The format for a field-level encryption content type-profile mapping.The format for a field-level encryption content type-profile mapping.The profile ID for a field-level encryption content type-profile mapping.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
format
The format for a field-level encryption content type-profile mapping.
-
format
The format for a field-level encryption content type-profile mapping.
-
profileId
The profile ID for a field-level encryption content type-profile mapping.
- Parameters:
profileId- The profile ID for a field-level encryption content type-profile mapping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentType
The content type for a field-level encryption content type-profile mapping.
- Parameters:
contentType- The content type for a field-level encryption content type-profile mapping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-