public static interface RulesSourceList.Builder extends SdkPojo, CopyableBuilder<RulesSourceList.Builder,RulesSourceList>
| Modifier and Type | Method and Description |
|---|---|
RulesSourceList.Builder |
generatedRulesType(GeneratedRulesType generatedRulesType)
Whether you want to allow or deny access to the domains in your target list.
|
RulesSourceList.Builder |
generatedRulesType(String generatedRulesType)
Whether you want to allow or deny access to the domains in your target list.
|
RulesSourceList.Builder |
targets(Collection<String> targets)
The domains that you want to inspect for in your traffic flows.
|
RulesSourceList.Builder |
targets(String... targets)
The domains that you want to inspect for in your traffic flows.
|
RulesSourceList.Builder |
targetTypes(Collection<TargetType> targetTypes)
The protocols you want to inspect.
|
RulesSourceList.Builder |
targetTypes(TargetType... targetTypes)
The protocols you want to inspect.
|
RulesSourceList.Builder |
targetTypesWithStrings(Collection<String> targetTypes)
The protocols you want to inspect.
|
RulesSourceList.Builder |
targetTypesWithStrings(String... targetTypes)
The protocols you want to inspect.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRulesSourceList.Builder targets(Collection<String> targets)
The domains that you want to inspect for in your traffic flows. Valid domain specifications are the following:
Explicit names. For example, abc.example.com matches only the domain
abc.example.com.
Names that use a domain wildcard, which you indicate with an initial '.'. For example,
.example.com matches example.com and matches all subdomains of
example.com, such as abc.example.com and www.example.com.
targets - The domains that you want to inspect for in your traffic flows. Valid domain specifications are the
following:
Explicit names. For example, abc.example.com matches only the domain
abc.example.com.
Names that use a domain wildcard, which you indicate with an initial '.'. For example,
.example.com matches example.com and matches all subdomains of
example.com, such as abc.example.com and www.example.com.
RulesSourceList.Builder targets(String... targets)
The domains that you want to inspect for in your traffic flows. Valid domain specifications are the following:
Explicit names. For example, abc.example.com matches only the domain
abc.example.com.
Names that use a domain wildcard, which you indicate with an initial '.'. For example,
.example.com matches example.com and matches all subdomains of
example.com, such as abc.example.com and www.example.com.
targets - The domains that you want to inspect for in your traffic flows. Valid domain specifications are the
following:
Explicit names. For example, abc.example.com matches only the domain
abc.example.com.
Names that use a domain wildcard, which you indicate with an initial '.'. For example,
.example.com matches example.com and matches all subdomains of
example.com, such as abc.example.com and www.example.com.
RulesSourceList.Builder targetTypesWithStrings(Collection<String> targetTypes)
The protocols you want to inspect. Specify TLS_SNI for HTTPS. Specify
HTTP_HOST for HTTP. You can specify either or both.
targetTypes - The protocols you want to inspect. Specify TLS_SNI for HTTPS. Specify
HTTP_HOST for HTTP. You can specify either or both.RulesSourceList.Builder targetTypesWithStrings(String... targetTypes)
The protocols you want to inspect. Specify TLS_SNI for HTTPS. Specify
HTTP_HOST for HTTP. You can specify either or both.
targetTypes - The protocols you want to inspect. Specify TLS_SNI for HTTPS. Specify
HTTP_HOST for HTTP. You can specify either or both.RulesSourceList.Builder targetTypes(Collection<TargetType> targetTypes)
The protocols you want to inspect. Specify TLS_SNI for HTTPS. Specify
HTTP_HOST for HTTP. You can specify either or both.
targetTypes - The protocols you want to inspect. Specify TLS_SNI for HTTPS. Specify
HTTP_HOST for HTTP. You can specify either or both.RulesSourceList.Builder targetTypes(TargetType... targetTypes)
The protocols you want to inspect. Specify TLS_SNI for HTTPS. Specify
HTTP_HOST for HTTP. You can specify either or both.
targetTypes - The protocols you want to inspect. Specify TLS_SNI for HTTPS. Specify
HTTP_HOST for HTTP. You can specify either or both.RulesSourceList.Builder generatedRulesType(String generatedRulesType)
Whether you want to allow or deny access to the domains in your target list.
generatedRulesType - Whether you want to allow or deny access to the domains in your target list.GeneratedRulesType,
GeneratedRulesTypeRulesSourceList.Builder generatedRulesType(GeneratedRulesType generatedRulesType)
Whether you want to allow or deny access to the domains in your target list.
generatedRulesType - Whether you want to allow or deny access to the domains in your target list.GeneratedRulesType,
GeneratedRulesTypeCopyright © 2023. All rights reserved.