Interface DestinationOptionsResponse.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DestinationOptionsResponse.Builder,DestinationOptionsResponse>, SdkBuilder<DestinationOptionsResponse.Builder,DestinationOptionsResponse>, SdkPojo
Enclosing class:
DestinationOptionsResponse

public static interface DestinationOptionsResponse.Builder extends SdkPojo, CopyableBuilder<DestinationOptionsResponse.Builder,DestinationOptionsResponse>
  • Method Details

    • fileFormat

      The format for the flow log.

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

      The format for the flow log.

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

      DestinationOptionsResponse.Builder hiveCompatiblePartitions(Boolean hiveCompatiblePartitions)

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

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

      DestinationOptionsResponse.Builder perHourPartition(Boolean perHourPartition)

      Indicates whether to partition the flow log per hour.

      Parameters:
      perHourPartition - Indicates whether to partition the flow log per hour.
      Returns:
      Returns a reference to this object so that method calls can be chained together.