Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.ObjectTypeField.Builder
-
Packages that use ObjectTypeField.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of ObjectTypeField.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return ObjectTypeField.Builder Modifier and Type Method Description static ObjectTypeField.BuilderObjectTypeField. builder()ObjectTypeField.BuilderObjectTypeField.Builder. contentType(String contentType)The content type of the field.ObjectTypeField.BuilderObjectTypeField.Builder. contentType(FieldContentType contentType)The content type of the field.ObjectTypeField.BuilderObjectTypeField.Builder. source(String source)A field of a ProfileObject.ObjectTypeField.BuilderObjectTypeField.Builder. target(String target)The location of the data in the standard ProfileObject model.ObjectTypeField.BuilderObjectTypeField. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type ObjectTypeField.Builder Modifier and Type Method Description static Class<? extends ObjectTypeField.Builder>ObjectTypeField. serializableBuilderClass()
-