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