public static interface DestinationOptionsResponse.Builder extends SdkPojo, CopyableBuilder<DestinationOptionsResponse.Builder,DestinationOptionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DestinationOptionsResponse.Builder |
fileFormat(DestinationFileFormat fileFormat)
The format for the flow log.
|
DestinationOptionsResponse.Builder |
fileFormat(String fileFormat)
The format for the flow log.
|
DestinationOptionsResponse.Builder |
hiveCompatiblePartitions(Boolean hiveCompatiblePartitions)
Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.
|
DestinationOptionsResponse.Builder |
perHourPartition(Boolean perHourPartition)
Indicates whether to partition the flow log per hour.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDestinationOptionsResponse.Builder fileFormat(String fileFormat)
The format for the flow log.
fileFormat - The format for the flow log.DestinationFileFormat,
DestinationFileFormatDestinationOptionsResponse.Builder fileFormat(DestinationFileFormat fileFormat)
The format for the flow log.
fileFormat - The format for the flow log.DestinationFileFormat,
DestinationFileFormatDestinationOptionsResponse.Builder hiveCompatiblePartitions(Boolean hiveCompatiblePartitions)
Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.
hiveCompatiblePartitions - Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.DestinationOptionsResponse.Builder perHourPartition(Boolean perHourPartition)
Indicates whether to partition the flow log per hour.
perHourPartition - Indicates whether to partition the flow log per hour.Copyright © 2023. All rights reserved.