Interface NatGatewayConfiguration.Builder

  • Method Details

    • activeConnectionCount

      NatGatewayConfiguration.Builder activeConnectionCount(Long activeConnectionCount)

      The number of active connections through the NAT Gateway.

      Parameters:
      activeConnectionCount - The number of active connections through the NAT Gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • packetsInFromSource

      NatGatewayConfiguration.Builder packetsInFromSource(Long packetsInFromSource)

      The number of packets received from the source through the NAT Gateway.

      Parameters:
      packetsInFromSource - The number of packets received from the source through the NAT Gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • packetsInFromDestination

      NatGatewayConfiguration.Builder packetsInFromDestination(Long packetsInFromDestination)

      The number of packets received from the destination through the NAT Gateway.

      Parameters:
      packetsInFromDestination - The number of packets received from the destination through the NAT Gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.