Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.ListCalculatedAttributeForProfileItem.Builder
-
Packages that use ListCalculatedAttributeForProfileItem.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of ListCalculatedAttributeForProfileItem.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return ListCalculatedAttributeForProfileItem.Builder Modifier and Type Method Description static ListCalculatedAttributeForProfileItem.BuilderListCalculatedAttributeForProfileItem. builder()ListCalculatedAttributeForProfileItem.BuilderListCalculatedAttributeForProfileItem.Builder. calculatedAttributeName(String calculatedAttributeName)The unique name of the calculated attribute.ListCalculatedAttributeForProfileItem.BuilderListCalculatedAttributeForProfileItem.Builder. displayName(String displayName)The display name of the calculated attribute.ListCalculatedAttributeForProfileItem.BuilderListCalculatedAttributeForProfileItem.Builder. isDataPartial(String isDataPartial)Indicates whether the calculated attribute’s value is based on partial data.ListCalculatedAttributeForProfileItem.BuilderListCalculatedAttributeForProfileItem. toBuilder()ListCalculatedAttributeForProfileItem.BuilderListCalculatedAttributeForProfileItem.Builder. value(String value)The value of the calculated attribute.Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type ListCalculatedAttributeForProfileItem.Builder Modifier and Type Method Description static Class<? extends ListCalculatedAttributeForProfileItem.Builder>ListCalculatedAttributeForProfileItem. serializableBuilderClass()
-