public static interface DestinationOptionsRequest.Builder extends SdkPojo, CopyableBuilder<DestinationOptionsRequest.Builder,DestinationOptionsRequest>
Modifier and Type | Method and Description |
---|---|
DestinationOptionsRequest.Builder |
fileFormat(DestinationFileFormat fileFormat)
The format for the flow log.
|
DestinationOptionsRequest.Builder |
fileFormat(String fileFormat)
The format for the flow log.
|
DestinationOptionsRequest.Builder |
hiveCompatiblePartitions(Boolean hiveCompatiblePartitions)
Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.
|
DestinationOptionsRequest.Builder |
perHourPartition(Boolean perHourPartition)
Indicates whether to partition the flow log per hour.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DestinationOptionsRequest.Builder fileFormat(String fileFormat)
The format for the flow log. The default is plain-text
.
fileFormat
- The format for the flow log. The default is plain-text
.DestinationFileFormat
,
DestinationFileFormat
DestinationOptionsRequest.Builder fileFormat(DestinationFileFormat fileFormat)
The format for the flow log. The default is plain-text
.
fileFormat
- The format for the flow log. The default is plain-text
.DestinationFileFormat
,
DestinationFileFormat
DestinationOptionsRequest.Builder hiveCompatiblePartitions(Boolean hiveCompatiblePartitions)
Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3. The default is
false
.
hiveCompatiblePartitions
- Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3. The default is
false
.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
.
perHourPartition
- Indicates whether to partition the flow log per hour. This reduces the cost and response time for
queries. The default is false
.Copyright © 2023. All rights reserved.