| SecurityRuleMatchCriteria.Builder | SecurityRuleMatchCriteria.Builder. application(List<String> application) | An array of application list names to be evaluated against the traffic protocol and
protocol-specific parameters. | 
| static SecurityRuleMatchCriteria.Builder | SecurityRuleMatchCriteria. builder() | Create a new builder. | 
| SecurityRuleMatchCriteria.Builder | SecurityRuleMatchCriteria.Builder. copy(SecurityRuleMatchCriteria model) |  | 
| SecurityRuleMatchCriteria.Builder | SecurityRuleMatchCriteria.Builder. destinationAddress(List<String> destinationAddress) | An array of IP address list names to be evaluated against the traffic destination
address. | 
| SecurityRuleMatchCriteria.Builder | SecurityRuleMatchCriteria.Builder. service(List<String> service) | An array of service list names to be evaluated against the traffic protocol and
protocol-specific parameters. | 
| SecurityRuleMatchCriteria.Builder | SecurityRuleMatchCriteria.Builder. sourceAddress(List<String> sourceAddress) | An array of IP address list names to be evaluated against the traffic source address. | 
| SecurityRuleMatchCriteria.Builder | SecurityRuleMatchCriteria. toBuilder() |  | 
| SecurityRuleMatchCriteria.Builder | SecurityRuleMatchCriteria.Builder. url(List<String> url) | An array of URL pattern list names to be evaluated against the HTTP(S) request target. |