| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
static ListCalculatedAttributeForProfileItem.Builder |
ListCalculatedAttributeForProfileItem.builder() |
ListCalculatedAttributeForProfileItem.Builder |
ListCalculatedAttributeForProfileItem.Builder.calculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
|
ListCalculatedAttributeForProfileItem.Builder |
ListCalculatedAttributeForProfileItem.Builder.displayName(String displayName)
The display name of the calculated attribute.
|
ListCalculatedAttributeForProfileItem.Builder |
ListCalculatedAttributeForProfileItem.Builder.isDataPartial(String isDataPartial)
Indicates whether the calculated attribute’s value is based on partial data.
|
ListCalculatedAttributeForProfileItem.Builder |
ListCalculatedAttributeForProfileItem.toBuilder() |
ListCalculatedAttributeForProfileItem.Builder |
ListCalculatedAttributeForProfileItem.Builder.value(String value)
The value of the calculated attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCalculatedAttributeForProfileItem.Builder> |
ListCalculatedAttributeForProfileItem.serializableBuilderClass() |
Copyright © 2023. All rights reserved.