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 Details

    • sourceAddresses

      PacketHeaderStatementRequest.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

      PacketHeaderStatementRequest.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

      PacketHeaderStatementRequest.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

      PacketHeaderStatementRequest.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

      The source ports.

      Parameters:
      sourcePorts - The source ports.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourcePorts

      PacketHeaderStatementRequest.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

      PacketHeaderStatementRequest.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

      PacketHeaderStatementRequest.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

      PacketHeaderStatementRequest.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

      PacketHeaderStatementRequest.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

      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

      PacketHeaderStatementRequest.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

      PacketHeaderStatementRequest.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

      PacketHeaderStatementRequest.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

      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.