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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SteeringPolicyPriorityAnswerData.BuilderanswerCondition(String answerCondition)An expression that is used to select a set of answers that match a condition.SteeringPolicyPriorityAnswerDatabuild()SteeringPolicyPriorityAnswerData.Buildercopy(SteeringPolicyPriorityAnswerData model)SteeringPolicyPriorityAnswerData.Buildervalue(Integer value)The rank assigned to the set of answers that match the expression in answerCondition.
 
- 
- 
- 
Method Detail- 
answerConditionpublic 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
 
 - 
valuepublic 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
 
 - 
buildpublic SteeringPolicyPriorityAnswerData build() 
 - 
copypublic SteeringPolicyPriorityAnswerData.Builder copy(SteeringPolicyPriorityAnswerData model) 
 
- 
 
-