| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
static Threshold.Builder |
Threshold.builder() |
Threshold.Builder |
Threshold.Builder.operator(Operator operator)
The operator of the threshold.
|
Threshold.Builder |
Threshold.Builder.operator(String operator)
The operator of the threshold.
|
Threshold.Builder |
Threshold.toBuilder() |
Threshold.Builder |
Threshold.Builder.value(String value)
The value of the threshold.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Threshold.Builder> |
Threshold.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Conditions.Builder |
Conditions.Builder.threshold(Consumer<Threshold.Builder> threshold)
The threshold for the calculated attribute.
|
Copyright © 2023. All rights reserved.