Interface DestinationOptionsRequest.Builder

    • Method Detail

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