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