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