Class DecryptionRuleMatchCriteria.Builder
- java.lang.Object
-
- com.oracle.bmc.networkfirewall.model.DecryptionRuleMatchCriteria.Builder
-
- Enclosing class:
- DecryptionRuleMatchCriteria
public static class DecryptionRuleMatchCriteria.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DecryptionRuleMatchCriteria
build()
DecryptionRuleMatchCriteria.Builder
copy(DecryptionRuleMatchCriteria model)
DecryptionRuleMatchCriteria.Builder
destinationAddress(List<String> destinationAddress)
An array of IP address list names to be evaluated against the traffic destination address.DecryptionRuleMatchCriteria.Builder
sourceAddress(List<String> sourceAddress)
An array of IP address list names to be evaluated against the traffic source address.
-
-
-
Method Detail
-
sourceAddress
public 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
-
destinationAddress
public 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
-
build
public DecryptionRuleMatchCriteria build()
-
copy
public DecryptionRuleMatchCriteria.Builder copy(DecryptionRuleMatchCriteria model)
-
-