Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DestinationOptionsResponse |
DestinationOptionsResponse.clone() |
DestinationOptionsResponse |
FlowLog.getDestinationOptions()
The destination options.
|
DestinationOptionsResponse |
DestinationOptionsResponse.withFileFormat(DestinationFileFormat fileFormat)
The format for the flow log.
|
DestinationOptionsResponse |
DestinationOptionsResponse.withFileFormat(String fileFormat)
The format for the flow log.
|
DestinationOptionsResponse |
DestinationOptionsResponse.withHiveCompatiblePartitions(Boolean hiveCompatiblePartitions)
Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.
|
DestinationOptionsResponse |
DestinationOptionsResponse.withPerHourPartition(Boolean perHourPartition)
Indicates whether to partition the flow log per hour.
|
Modifier and Type | Method and Description |
---|---|
void |
FlowLog.setDestinationOptions(DestinationOptionsResponse destinationOptions)
The destination options.
|
FlowLog |
FlowLog.withDestinationOptions(DestinationOptionsResponse destinationOptions)
The destination options.
|
Copyright © 2022. All rights reserved.