public static class SteeringPolicyFilterAnswerData.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SteeringPolicyFilterAnswerData.Builder |
answerCondition(String answerCondition)
An expression that is used to select a set of answers that match a condition.
|
SteeringPolicyFilterAnswerData |
build() |
SteeringPolicyFilterAnswerData.Builder |
copy(SteeringPolicyFilterAnswerData model) |
SteeringPolicyFilterAnswerData.Builder |
shouldKeep(Boolean shouldKeep)
Keeps the answer only if the value is
true . |
public SteeringPolicyFilterAnswerData.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 SteeringPolicyFilterAnswerData.Builder shouldKeep(Boolean shouldKeep)
Keeps the answer only if the value is true
.
shouldKeep
- the value to setpublic SteeringPolicyFilterAnswerData build()
public SteeringPolicyFilterAnswerData.Builder copy(SteeringPolicyFilterAnswerData model)
Copyright © 2016–2024. All rights reserved.