Uses of Interface
software.amazon.awssdk.services.ec2.model.DestinationOptionsRequest.Builder
-
Packages that use DestinationOptionsRequest.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of DestinationOptionsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DestinationOptionsRequest.Builder Modifier and Type Method Description static DestinationOptionsRequest.BuilderDestinationOptionsRequest. builder()DestinationOptionsRequest.BuilderDestinationOptionsRequest.Builder. fileFormat(String fileFormat)The format for the flow log.DestinationOptionsRequest.BuilderDestinationOptionsRequest.Builder. fileFormat(DestinationFileFormat fileFormat)The format for the flow log.DestinationOptionsRequest.BuilderDestinationOptionsRequest.Builder. hiveCompatiblePartitions(Boolean hiveCompatiblePartitions)Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.DestinationOptionsRequest.BuilderDestinationOptionsRequest.Builder. perHourPartition(Boolean perHourPartition)Indicates whether to partition the flow log per hour.DestinationOptionsRequest.BuilderDestinationOptionsRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DestinationOptionsRequest.Builder Modifier and Type Method Description static Class<? extends DestinationOptionsRequest.Builder>DestinationOptionsRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type DestinationOptionsRequest.Builder Modifier and Type Method Description default CreateFlowLogsRequest.BuilderCreateFlowLogsRequest.Builder. destinationOptions(Consumer<DestinationOptionsRequest.Builder> destinationOptions)The destination options.
-