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