public static interface RuleGroupSourceListDetails.Builder extends SdkPojo, CopyableBuilder<RuleGroupSourceListDetails.Builder,RuleGroupSourceListDetails>
| Modifier and Type | Method and Description |
|---|---|
RuleGroupSourceListDetails.Builder |
generatedRulesType(String generatedRulesType)
Indicates whether to allow or deny access to the domains listed in
Targets. |
RuleGroupSourceListDetails.Builder |
targets(Collection<String> targets)
The domains that you want to inspect for in your traffic flows.
|
RuleGroupSourceListDetails.Builder |
targets(String... targets)
The domains that you want to inspect for in your traffic flows.
|
RuleGroupSourceListDetails.Builder |
targetTypes(Collection<String> targetTypes)
The protocols that you want to inspect.
|
RuleGroupSourceListDetails.Builder |
targetTypes(String... targetTypes)
The protocols that you want to inspect.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRuleGroupSourceListDetails.Builder generatedRulesType(String generatedRulesType)
Indicates whether to allow or deny access to the domains listed in Targets.
generatedRulesType - Indicates whether to allow or deny access to the domains listed in Targets.RuleGroupSourceListDetails.Builder targetTypes(Collection<String> targetTypes)
The protocols that you want to inspect. Specify LS_SNI for HTTPS. Specify HTTP_HOST
for HTTP. You can specify either or both.
targetTypes - The protocols that you want to inspect. Specify LS_SNI for HTTPS. Specify
HTTP_HOST for HTTP. You can specify either or both.RuleGroupSourceListDetails.Builder targetTypes(String... targetTypes)
The protocols that you want to inspect. Specify LS_SNI for HTTPS. Specify HTTP_HOST
for HTTP. You can specify either or both.
targetTypes - The protocols that you want to inspect. Specify LS_SNI for HTTPS. Specify
HTTP_HOST for HTTP. You can specify either or both.RuleGroupSourceListDetails.Builder targets(Collection<String> targets)
The domains that you want to inspect for in your traffic flows. You can provide full domain names, or use the
'.' prefix as a wildcard. For example, .example.com matches all domains that end with
example.com.
targets - The domains that you want to inspect for in your traffic flows. You can provide full domain names, or
use the '.' prefix as a wildcard. For example, .example.com matches all domains that end
with example.com.RuleGroupSourceListDetails.Builder targets(String... targets)
The domains that you want to inspect for in your traffic flows. You can provide full domain names, or use the
'.' prefix as a wildcard. For example, .example.com matches all domains that end with
example.com.
targets - The domains that you want to inspect for in your traffic flows. You can provide full domain names, or
use the '.' prefix as a wildcard. For example, .example.com matches all domains that end
with example.com.Copyright © 2023. All rights reserved.