Interface DestinationOptionsRequest.Builder

  • Method Details

    • fileFormat

      DestinationOptionsRequest.Builder fileFormat(String fileFormat)

      The format for the flow log. The default is plain-text.

      Parameters:
      fileFormat - The format for the flow log. The default is plain-text.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • fileFormat

      The format for the flow log. The default is plain-text.

      Parameters:
      fileFormat - The format for the flow log. The default is plain-text.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • hiveCompatiblePartitions

      DestinationOptionsRequest.Builder hiveCompatiblePartitions(Boolean hiveCompatiblePartitions)

      Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3. The default is false.

      Parameters:
      hiveCompatiblePartitions - Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3. The default is false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • perHourPartition

      DestinationOptionsRequest.Builder perHourPartition(Boolean perHourPartition)

      Indicates whether to partition the flow log per hour. This reduces the cost and response time for queries. The default is false.

      Parameters:
      perHourPartition - Indicates whether to partition the flow log per hour. This reduces the cost and response time for queries. The default is false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.