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