Package com.oracle.bmc.dns.model
Class SteeringPolicyFilterAnswerData.Builder
- java.lang.Object
-
- com.oracle.bmc.dns.model.SteeringPolicyFilterAnswerData.Builder
-
- Enclosing class:
- SteeringPolicyFilterAnswerData
public static class SteeringPolicyFilterAnswerData.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
answerCondition
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.
- Parameters:
answerCondition
- the value to set- Returns:
- this builder
-
shouldKeep
public SteeringPolicyFilterAnswerData.Builder shouldKeep(Boolean shouldKeep)
Keeps the answer only if the value is true.- Parameters:
shouldKeep
- the value to set- Returns:
- this builder
-
build
public SteeringPolicyFilterAnswerData build()
-
copy
public SteeringPolicyFilterAnswerData.Builder copy(SteeringPolicyFilterAnswerData model)
-
-