Interface ServerCertificateScope.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ServerCertificateScope.Builder,,- ServerCertificateScope> - SdkBuilder<ServerCertificateScope.Builder,,- ServerCertificateScope> - SdkPojo
- Enclosing class:
- ServerCertificateScope
- 
Method SummaryModifier and TypeMethodDescriptiondestinationPorts(Collection<PortRange> destinationPorts) The destination ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.destinationPorts(Consumer<PortRange.Builder>... destinationPorts) The destination ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.destinationPorts(PortRange... destinationPorts) The destination ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.destinations(Collection<Address> destinations) The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation.destinations(Consumer<Address.Builder>... destinations) The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation.destinations(Address... destinations) The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation.The protocols to decrypt for inspection, specified using each protocol's assigned internet protocol number (IANA).protocols(Collection<Integer> protocols) The protocols to decrypt for inspection, specified using each protocol's assigned internet protocol number (IANA).sourcePorts(Collection<PortRange> sourcePorts) The source ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.sourcePorts(Consumer<PortRange.Builder>... sourcePorts) The source ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.sourcePorts(PortRange... sourcePorts) The source ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.sources(Collection<Address> sources) The source IP addresses and address ranges to decrypt for inspection, in CIDR notation.sources(Consumer<Address.Builder>... sources) The source IP addresses and address ranges to decrypt for inspection, in CIDR notation.The source IP addresses and address ranges to decrypt for inspection, in CIDR notation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFields
- 
Method Details- 
sourcesThe source IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not specified, this matches with any source address. - Parameters:
- sources- The source IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not specified, this matches with any source address.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourcesThe source IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not specified, this matches with any source address. - Parameters:
- sources- The source IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not specified, this matches with any source address.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourcesThe 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.Builderavoiding the need to create one manually viaAddress.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosources(List<Address>).- Parameters:
- sources- a consumer that will call methods on- Address.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
destinationsThe destination IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not specified, this matches with any destination address. - Parameters:
- destinations- The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not specified, this matches with any destination address.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
destinationsThe destination IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not specified, this matches with any destination address. - Parameters:
- destinations- The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not specified, this matches with any destination address.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
destinationsThe 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.Builderavoiding the need to create one manually viaAddress.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todestinations(List<Address>).- Parameters:
- destinations- a consumer that will call methods on- Address.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sourcePortsThe 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 as1990:1994.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourcePortsThe 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 as1990:1994.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourcePortsThe 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 This is a convenience method that creates an instance of the1994, and you can specify port ranges, such as1990:1994.PortRange.Builderavoiding the need to create one manually viaPortRange.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosourcePorts(List<PortRange>).- Parameters:
- sourcePorts- a consumer that will call methods on- PortRange.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
destinationPortsThe 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 as1990:1994.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
destinationPortsThe 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 as1990:1994.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
destinationPortsThe 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 This is a convenience method that creates an instance of the1994, and you can specify port ranges, such as1990:1994.PortRange.Builderavoiding the need to create one manually viaPortRange.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todestinationPorts(List<PortRange>).- Parameters:
- destinationPorts- a consumer that will call methods on- PortRange.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
protocolsThe protocols to decrypt for inspection, specified using each protocol's assigned internet protocol number (IANA). Network Firewall currently supports only TCP. - Parameters:
- protocols- The protocols to decrypt for inspection, specified using each protocol's assigned internet protocol number (IANA). Network Firewall currently supports only TCP.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
protocolsThe protocols to decrypt for inspection, specified using each protocol's assigned internet protocol number (IANA). Network Firewall currently supports only TCP. - Parameters:
- protocols- The protocols to decrypt for inspection, specified using each protocol's assigned internet protocol number (IANA). Network Firewall currently supports only TCP.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-