Uses of Interface
software.amazon.awssdk.services.ec2.model.CloudWatchLogOptions.Builder
Packages that use CloudWatchLogOptions.Builder
-
Uses of CloudWatchLogOptions.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CloudWatchLogOptions.BuilderModifier and TypeMethodDescriptionCloudWatchLogOptions.Builder.bgpLogEnabled(Boolean bgpLogEnabled) Indicates whether Border Gateway Protocol (BGP) logging is enabled for the VPN connection.CloudWatchLogOptions.Builder.bgpLogGroupArn(String bgpLogGroupArn) The Amazon Resource Name (ARN) of the CloudWatch log group for BGP logs.CloudWatchLogOptions.Builder.bgpLogOutputFormat(String bgpLogOutputFormat) The output format for BGP logs sent to CloudWatch.static CloudWatchLogOptions.BuilderCloudWatchLogOptions.builder()CloudWatchLogOptions.Builder.logEnabled(Boolean logEnabled) Status of VPN tunnel logging feature.CloudWatchLogOptions.Builder.logGroupArn(String logGroupArn) The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.CloudWatchLogOptions.Builder.logOutputFormat(String logOutputFormat) Configured log format.CloudWatchLogOptions.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CloudWatchLogOptions.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CloudWatchLogOptions.Builder>CloudWatchLogOptions.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CloudWatchLogOptions.BuilderModifier and TypeMethodDescriptiondefault VpnTunnelLogOptions.BuilderVpnTunnelLogOptions.Builder.cloudWatchLogOptions(Consumer<CloudWatchLogOptions.Builder> cloudWatchLogOptions) Options for sending VPN tunnel logs to CloudWatch.