Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.ListProfileObjectTypeTemplateItem.Builder
-
Packages that use ListProfileObjectTypeTemplateItem.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of ListProfileObjectTypeTemplateItem.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return ListProfileObjectTypeTemplateItem.Builder Modifier and Type Method Description static ListProfileObjectTypeTemplateItem.BuilderListProfileObjectTypeTemplateItem. builder()ListProfileObjectTypeTemplateItem.BuilderListProfileObjectTypeTemplateItem.Builder. sourceName(String sourceName)The name of the source of the object template.ListProfileObjectTypeTemplateItem.BuilderListProfileObjectTypeTemplateItem.Builder. sourceObject(String sourceObject)The source of the object template.ListProfileObjectTypeTemplateItem.BuilderListProfileObjectTypeTemplateItem.Builder. templateId(String templateId)A unique identifier for the object template.ListProfileObjectTypeTemplateItem.BuilderListProfileObjectTypeTemplateItem. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type ListProfileObjectTypeTemplateItem.Builder Modifier and Type Method Description static Class<? extends ListProfileObjectTypeTemplateItem.Builder>ListProfileObjectTypeTemplateItem. serializableBuilderClass()
-