public static interface ServerCertificateScope.Builder extends SdkPojo, CopyableBuilder<ServerCertificateScope.Builder,ServerCertificateScope>
| Modifier and Type | Method and Description |
|---|---|
ServerCertificateScope.Builder |
destinationPorts(Collection<PortRange> destinationPorts)
The destination ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.
|
ServerCertificateScope.Builder |
destinationPorts(Consumer<PortRange.Builder>... destinationPorts)
The destination ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.
|
ServerCertificateScope.Builder |
destinationPorts(PortRange... destinationPorts)
The destination ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.
|
ServerCertificateScope.Builder |
destinations(Address... destinations)
The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
ServerCertificateScope.Builder |
destinations(Collection<Address> destinations)
The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
ServerCertificateScope.Builder |
destinations(Consumer<Address.Builder>... destinations)
The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
ServerCertificateScope.Builder |
protocols(Collection<Integer> protocols)
The protocols to decrypt for inspection, specified using each protocol's assigned internet protocol number
(IANA).
|
ServerCertificateScope.Builder |
protocols(Integer... protocols)
The protocols to decrypt for inspection, specified using each protocol's assigned internet protocol number
(IANA).
|
ServerCertificateScope.Builder |
sourcePorts(Collection<PortRange> sourcePorts)
The source ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.
|
ServerCertificateScope.Builder |
sourcePorts(Consumer<PortRange.Builder>... sourcePorts)
The source ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.
|
ServerCertificateScope.Builder |
sourcePorts(PortRange... sourcePorts)
The source ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.
|
ServerCertificateScope.Builder |
sources(Address... sources)
The source IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
ServerCertificateScope.Builder |
sources(Collection<Address> sources)
The source IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
ServerCertificateScope.Builder |
sources(Consumer<Address.Builder>... sources)
The source IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServerCertificateScope.Builder sources(Collection<Address> sources)
The source IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not specified, this matches with any source address.
sources - The source IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not
specified, this matches with any source address.ServerCertificateScope.Builder sources(Address... sources)
The source IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not specified, this matches with any source address.
sources - The source IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not
specified, this matches with any source address.ServerCertificateScope.Builder sources(Consumer<Address.Builder>... sources)
The source IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not specified, this matches with any source address.
This is a convenience method that creates an instance of theAddress.Builder avoiding the need to create one
manually via Address.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #sources(List).
sources - a consumer that will call methods on
Address.Builder#sources(java.util.Collection)ServerCertificateScope.Builder destinations(Collection<Address> destinations)
The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not specified, this matches with any destination address.
destinations - The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not
specified, this matches with any destination address.ServerCertificateScope.Builder destinations(Address... destinations)
The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not specified, this matches with any destination address.
destinations - The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not
specified, this matches with any destination address.ServerCertificateScope.Builder destinations(Consumer<Address.Builder>... destinations)
The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not specified, this matches with any destination address.
This is a convenience method that creates an instance of theAddress.Builder avoiding the need to create one
manually via Address.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #destinations(List).
destinations - a consumer that will call methods on
Address.Builder#destinations(java.util.Collection)ServerCertificateScope.Builder sourcePorts(Collection<PortRange> sourcePorts)
The source ports to decrypt for inspection, in Transmission Control Protocol (TCP) format. If not specified, this matches with any source port.
You can specify individual ports, for example 1994, and you can specify port ranges, such as
1990:1994.
sourcePorts - The source ports to decrypt for inspection, in Transmission Control Protocol (TCP) format. If not
specified, this matches with any source port.
You can specify individual ports, for example 1994, and you can specify port ranges, such
as 1990:1994.
ServerCertificateScope.Builder sourcePorts(PortRange... sourcePorts)
The source ports to decrypt for inspection, in Transmission Control Protocol (TCP) format. If not specified, this matches with any source port.
You can specify individual ports, for example 1994, and you can specify port ranges, such as
1990:1994.
sourcePorts - The source ports to decrypt for inspection, in Transmission Control Protocol (TCP) format. If not
specified, this matches with any source port.
You can specify individual ports, for example 1994, and you can specify port ranges, such
as 1990:1994.
ServerCertificateScope.Builder sourcePorts(Consumer<PortRange.Builder>... sourcePorts)
The source ports to decrypt for inspection, in Transmission Control Protocol (TCP) format. If not specified, this matches with any source port.
You can specify individual ports, for example 1994, and you can specify port ranges, such as
1990:1994.
PortRange.Builder avoiding the need to create
one manually via PortRange.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #sourcePorts(List.
sourcePorts - a consumer that will call methods on
PortRange.Builder#sourcePorts(java.util.Collection) ServerCertificateScope.Builder destinationPorts(Collection<PortRange> destinationPorts)
The destination ports to decrypt for inspection, in Transmission Control Protocol (TCP) format. If not specified, this matches with any destination port.
You can specify individual ports, for example 1994, and you can specify port ranges, such as
1990:1994.
destinationPorts - The destination ports to decrypt for inspection, in Transmission Control Protocol (TCP) format. If not
specified, this matches with any destination port.
You can specify individual ports, for example 1994, and you can specify port ranges, such
as 1990:1994.
ServerCertificateScope.Builder destinationPorts(PortRange... destinationPorts)
The destination ports to decrypt for inspection, in Transmission Control Protocol (TCP) format. If not specified, this matches with any destination port.
You can specify individual ports, for example 1994, and you can specify port ranges, such as
1990:1994.
destinationPorts - The destination ports to decrypt for inspection, in Transmission Control Protocol (TCP) format. If not
specified, this matches with any destination port.
You can specify individual ports, for example 1994, and you can specify port ranges, such
as 1990:1994.
ServerCertificateScope.Builder destinationPorts(Consumer<PortRange.Builder>... destinationPorts)
The destination ports to decrypt for inspection, in Transmission Control Protocol (TCP) format. If not specified, this matches with any destination port.
You can specify individual ports, for example 1994, and you can specify port ranges, such as
1990:1994.
PortRange.Builder avoiding the need to create
one manually via PortRange.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #destinationPorts(List.
destinationPorts - a consumer that will call methods on
PortRange.Builder#destinationPorts(java.util.Collection) ServerCertificateScope.Builder protocols(Collection<Integer> protocols)
The protocols to decrypt for inspection, specified using each protocol's assigned internet protocol number (IANA). Network Firewall currently supports only TCP.
protocols - The protocols to decrypt for inspection, specified using each protocol's assigned internet protocol
number (IANA). Network Firewall currently supports only TCP.ServerCertificateScope.Builder protocols(Integer... protocols)
The protocols to decrypt for inspection, specified using each protocol's assigned internet protocol number (IANA). Network Firewall currently supports only TCP.
protocols - The protocols to decrypt for inspection, specified using each protocol's assigned internet protocol
number (IANA). Network Firewall currently supports only TCP.Copyright © 2023. All rights reserved.