Uses of Interface
software.amazon.awssdk.services.ec2.model.CloudWatchLogOptionsSpecification.Builder
Packages that use CloudWatchLogOptionsSpecification.Builder
-
Uses of CloudWatchLogOptionsSpecification.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CloudWatchLogOptionsSpecification.BuilderModifier and TypeMethodDescriptionCloudWatchLogOptionsSpecification.Builder.bgpLogEnabled(Boolean bgpLogEnabled) Specifies whether to enable BGP logging for the VPN connection.CloudWatchLogOptionsSpecification.Builder.bgpLogGroupArn(String bgpLogGroupArn) The Amazon Resource Name (ARN) of the CloudWatch log group where BGP logs will be sent.CloudWatchLogOptionsSpecification.Builder.bgpLogOutputFormat(String bgpLogOutputFormat) The desired output format for BGP logs to be sent to CloudWatch.CloudWatchLogOptionsSpecification.builder()CloudWatchLogOptionsSpecification.Builder.logEnabled(Boolean logEnabled) Enable or disable VPN tunnel logging feature.CloudWatchLogOptionsSpecification.Builder.logGroupArn(String logGroupArn) The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.CloudWatchLogOptionsSpecification.Builder.logOutputFormat(String logOutputFormat) Set log format.CloudWatchLogOptionsSpecification.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CloudWatchLogOptionsSpecification.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CloudWatchLogOptionsSpecification.Builder>CloudWatchLogOptionsSpecification.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CloudWatchLogOptionsSpecification.BuilderModifier and TypeMethodDescriptionVpnTunnelLogOptionsSpecification.Builder.cloudWatchLogOptions(Consumer<CloudWatchLogOptionsSpecification.Builder> cloudWatchLogOptions) Options for sending VPN tunnel logs to CloudWatch.