Interface VPCFlowLogParameters.Builder

  • Method Details

    • logFormat

      VPCFlowLogParameters.Builder logFormat(String logFormat)

      The format in which VPC Flow Log entries should be logged.

      Parameters:
      logFormat - The format in which VPC Flow Log entries should be logged.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trafficType

      VPCFlowLogParameters.Builder trafficType(String trafficType)

      The type of traffic to log (ACCEPT, REJECT, or ALL).

      Parameters:
      trafficType - The type of traffic to log (ACCEPT, REJECT, or ALL).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxAggregationInterval

      VPCFlowLogParameters.Builder maxAggregationInterval(Integer maxAggregationInterval)

      The maximum interval in seconds between the capture of flow log records.

      Parameters:
      maxAggregationInterval - The maximum interval in seconds between the capture of flow log records.
      Returns:
      Returns a reference to this object so that method calls can be chained together.