Interface PacketHeaderStatement.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<PacketHeaderStatement.Builder,PacketHeaderStatement>
,SdkBuilder<PacketHeaderStatement.Builder,PacketHeaderStatement>
,SdkPojo
- Enclosing class:
- PacketHeaderStatement
public static interface PacketHeaderStatement.Builder extends SdkPojo, CopyableBuilder<PacketHeaderStatement.Builder,PacketHeaderStatement>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
sourceAddresses
PacketHeaderStatement.Builder sourceAddresses(Collection<String> sourceAddresses)
The source addresses.
- Parameters:
sourceAddresses
- The source addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceAddresses
PacketHeaderStatement.Builder sourceAddresses(String... sourceAddresses)
The source addresses.
- Parameters:
sourceAddresses
- The source addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationAddresses
PacketHeaderStatement.Builder destinationAddresses(Collection<String> destinationAddresses)
The destination addresses.
- Parameters:
destinationAddresses
- The destination addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationAddresses
PacketHeaderStatement.Builder destinationAddresses(String... destinationAddresses)
The destination addresses.
- Parameters:
destinationAddresses
- The destination addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourcePorts
PacketHeaderStatement.Builder sourcePorts(Collection<String> sourcePorts)
The source ports.
- Parameters:
sourcePorts
- The source ports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourcePorts
PacketHeaderStatement.Builder sourcePorts(String... sourcePorts)
The source ports.
- Parameters:
sourcePorts
- The source ports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationPorts
PacketHeaderStatement.Builder destinationPorts(Collection<String> destinationPorts)
The destination ports.
- Parameters:
destinationPorts
- The destination ports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationPorts
PacketHeaderStatement.Builder destinationPorts(String... destinationPorts)
The destination ports.
- Parameters:
destinationPorts
- The destination ports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourcePrefixLists
PacketHeaderStatement.Builder sourcePrefixLists(Collection<String> sourcePrefixLists)
The source prefix lists.
- Parameters:
sourcePrefixLists
- The source prefix lists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourcePrefixLists
PacketHeaderStatement.Builder sourcePrefixLists(String... sourcePrefixLists)
The source prefix lists.
- Parameters:
sourcePrefixLists
- The source prefix lists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationPrefixLists
PacketHeaderStatement.Builder destinationPrefixLists(Collection<String> destinationPrefixLists)
The destination prefix lists.
- Parameters:
destinationPrefixLists
- The destination prefix lists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationPrefixLists
PacketHeaderStatement.Builder destinationPrefixLists(String... destinationPrefixLists)
The destination prefix lists.
- Parameters:
destinationPrefixLists
- The destination prefix lists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocolsWithStrings
PacketHeaderStatement.Builder protocolsWithStrings(Collection<String> protocols)
The protocols.
- Parameters:
protocols
- The protocols.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocolsWithStrings
PacketHeaderStatement.Builder protocolsWithStrings(String... protocols)
The protocols.
- Parameters:
protocols
- The protocols.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocols
PacketHeaderStatement.Builder protocols(Collection<Protocol> protocols)
The protocols.
- Parameters:
protocols
- The protocols.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocols
PacketHeaderStatement.Builder protocols(Protocol... protocols)
The protocols.
- Parameters:
protocols
- The protocols.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-