Class DecryptionRuleMatchCriteria.Builder
- java.lang.Object
- 
- com.oracle.bmc.networkfirewall.model.DecryptionRuleMatchCriteria.Builder
 
- 
- Enclosing class:
- DecryptionRuleMatchCriteria
 
 public static class DecryptionRuleMatchCriteria.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DecryptionRuleMatchCriteriabuild()DecryptionRuleMatchCriteria.Buildercopy(DecryptionRuleMatchCriteria model)DecryptionRuleMatchCriteria.BuilderdestinationAddress(List<String> destinationAddress)An array of IP address list names to be evaluated against the traffic destination address.DecryptionRuleMatchCriteria.BuildersourceAddress(List<String> sourceAddress)An array of IP address list names to be evaluated against the traffic source address.
 
- 
- 
- 
Method Detail- 
sourceAddresspublic DecryptionRuleMatchCriteria.Builder sourceAddress(List<String> sourceAddress) An array of IP address list names to be evaluated against the traffic source address.- Parameters:
- sourceAddress- the value to set
- Returns:
- this builder
 
 - 
destinationAddresspublic DecryptionRuleMatchCriteria.Builder destinationAddress(List<String> destinationAddress) An array of IP address list names to be evaluated against the traffic destination address.- Parameters:
- destinationAddress- the value to set
- Returns:
- this builder
 
 - 
buildpublic DecryptionRuleMatchCriteria build() 
 - 
copypublic DecryptionRuleMatchCriteria.Builder copy(DecryptionRuleMatchCriteria model) 
 
- 
 
-