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