public static interface PacketHeaderStatement.Builder extends SdkPojo, CopyableBuilder<PacketHeaderStatement.Builder,PacketHeaderStatement>
equalsBySdkFields, sdkFields
copy
applyMutation, build
PacketHeaderStatement.Builder sourceAddresses(Collection<String> sourceAddresses)
The source addresses.
sourceAddresses
- The source addresses.PacketHeaderStatement.Builder sourceAddresses(String... sourceAddresses)
The source addresses.
sourceAddresses
- The source addresses.PacketHeaderStatement.Builder destinationAddresses(Collection<String> destinationAddresses)
The destination addresses.
destinationAddresses
- The destination addresses.PacketHeaderStatement.Builder destinationAddresses(String... destinationAddresses)
The destination addresses.
destinationAddresses
- The destination addresses.PacketHeaderStatement.Builder sourcePorts(Collection<String> sourcePorts)
The source ports.
sourcePorts
- The source ports.PacketHeaderStatement.Builder sourcePorts(String... sourcePorts)
The source ports.
sourcePorts
- The source ports.PacketHeaderStatement.Builder destinationPorts(Collection<String> destinationPorts)
The destination ports.
destinationPorts
- The destination ports.PacketHeaderStatement.Builder destinationPorts(String... destinationPorts)
The destination ports.
destinationPorts
- The destination ports.PacketHeaderStatement.Builder sourcePrefixLists(Collection<String> sourcePrefixLists)
The source prefix lists.
sourcePrefixLists
- The source prefix lists.PacketHeaderStatement.Builder sourcePrefixLists(String... sourcePrefixLists)
The source prefix lists.
sourcePrefixLists
- The source prefix lists.PacketHeaderStatement.Builder destinationPrefixLists(Collection<String> destinationPrefixLists)
The destination prefix lists.
destinationPrefixLists
- The destination prefix lists.PacketHeaderStatement.Builder destinationPrefixLists(String... destinationPrefixLists)
The destination prefix lists.
destinationPrefixLists
- The destination prefix lists.PacketHeaderStatement.Builder protocolsWithStrings(Collection<String> protocols)
The protocols.
protocols
- The protocols.PacketHeaderStatement.Builder protocolsWithStrings(String... protocols)
The protocols.
protocols
- The protocols.PacketHeaderStatement.Builder protocols(Collection<Protocol> protocols)
The protocols.
protocols
- The protocols.PacketHeaderStatement.Builder protocols(Protocol... protocols)
The protocols.
protocols
- The protocols.Copyright © 2023. All rights reserved.