@Stability(value=Stable) public static final class DestinationOptions.Builder extends Object implements software.amazon.jsii.Builder<DestinationOptions>
DestinationOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DestinationOptions |
build()
Builds the configured instance.
|
DestinationOptions.Builder |
fileFormat(FlowLogFileFormat fileFormat)
Sets the value of
S3DestinationOptions.getFileFormat() |
DestinationOptions.Builder |
hiveCompatiblePartitions(Boolean hiveCompatiblePartitions)
Sets the value of
S3DestinationOptions.getHiveCompatiblePartitions() |
DestinationOptions.Builder |
perHourPartition(Boolean perHourPartition)
Sets the value of
S3DestinationOptions.getPerHourPartition() |
@Stability(value=Stable) public DestinationOptions.Builder fileFormat(FlowLogFileFormat fileFormat)
S3DestinationOptions.getFileFormat()fileFormat - The format for the flow log.this@Stability(value=Stable) public DestinationOptions.Builder hiveCompatiblePartitions(Boolean hiveCompatiblePartitions)
S3DestinationOptions.getHiveCompatiblePartitions()hiveCompatiblePartitions - Use Hive-compatible prefixes for flow logs stored in Amazon S3.this@Stability(value=Stable) public DestinationOptions.Builder perHourPartition(Boolean perHourPartition)
S3DestinationOptions.getPerHourPartition()perHourPartition - Partition the flow log per hour.this@Stability(value=Stable) public DestinationOptions build()
build in interface software.amazon.jsii.Builder<DestinationOptions>DestinationOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.