static RulesSourceList.Builder |
RulesSourceList.builder() |
|
RulesSourceList.Builder |
RulesSourceList.Builder.generatedRulesType(String generatedRulesType) |
Whether you want to allow or deny access to the domains in your target list.
|
RulesSourceList.Builder |
RulesSourceList.Builder.generatedRulesType(GeneratedRulesType generatedRulesType) |
Whether you want to allow or deny access to the domains in your target list.
|
RulesSourceList.Builder |
RulesSourceList.Builder.targets(String... targets) |
The domains that you want to inspect for in your traffic flows.
|
RulesSourceList.Builder |
RulesSourceList.Builder.targets(Collection<String> targets) |
The domains that you want to inspect for in your traffic flows.
|
RulesSourceList.Builder |
RulesSourceList.Builder.targetTypes(Collection<TargetType> targetTypes) |
The protocols you want to inspect.
|
RulesSourceList.Builder |
RulesSourceList.Builder.targetTypes(TargetType... targetTypes) |
The protocols you want to inspect.
|
RulesSourceList.Builder |
RulesSourceList.Builder.targetTypesWithStrings(String... targetTypes) |
The protocols you want to inspect.
|
RulesSourceList.Builder |
RulesSourceList.Builder.targetTypesWithStrings(Collection<String> targetTypes) |
The protocols you want to inspect.
|
RulesSourceList.Builder |
RulesSourceList.toBuilder() |
|