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