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