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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentTypeProfile.BuildercontentType(String contentType)The content type for a field-level encryption content type-profile mapping.ContentTypeProfile.Builderformat(String format)The format for a field-level encryption content type-profile mapping.ContentTypeProfile.Builderformat(Format format)The format for a field-level encryption content type-profile mapping.ContentTypeProfile.BuilderprofileId(String profileId)The profile ID for a field-level encryption content type-profile mapping.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
format
ContentTypeProfile.Builder format(String format)
The format for a field-level encryption content type-profile mapping.
-
format
ContentTypeProfile.Builder format(Format format)
The format for a field-level encryption content type-profile mapping.
-
profileId
ContentTypeProfile.Builder profileId(String 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
ContentTypeProfile.Builder contentType(String 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.
-
-