public static class SteeringPolicyPriorityAnswerData.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SteeringPolicyPriorityAnswerData.Builder |
answerCondition(String answerCondition)
An expression that is used to select a set of answers that match a condition.
|
SteeringPolicyPriorityAnswerData |
build() |
SteeringPolicyPriorityAnswerData.Builder |
copy(SteeringPolicyPriorityAnswerData model) |
SteeringPolicyPriorityAnswerData.Builder |
value(Integer value)
The rank assigned to the set of answers that match the expression in
answerCondition . |
public SteeringPolicyPriorityAnswerData.Builder answerCondition(String answerCondition)
An expression that is used to select a set of answers that match a condition. For example, answers with matching pool properties.
answerCondition
- the value to setpublic SteeringPolicyPriorityAnswerData.Builder value(Integer value)
The rank assigned to the set of answers that match the expression in answerCondition
. Answers with the lowest values move to the beginning of the list
without changing the relative order of those with the same value. Answers can be given a
value between 0
and 255
.
value
- the value to setpublic SteeringPolicyPriorityAnswerData build()
public SteeringPolicyPriorityAnswerData.Builder copy(SteeringPolicyPriorityAnswerData model)
Copyright © 2016–2024. All rights reserved.