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