Uses of Interface
software.amazon.awssdk.services.ec2.model.CloudWatchLogOptionsSpecification.Builder
-
Packages that use CloudWatchLogOptionsSpecification.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CloudWatchLogOptionsSpecification.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CloudWatchLogOptionsSpecification.Builder Modifier and Type Method Description static CloudWatchLogOptionsSpecification.BuilderCloudWatchLogOptionsSpecification. builder()CloudWatchLogOptionsSpecification.BuilderCloudWatchLogOptionsSpecification.Builder. logEnabled(Boolean logEnabled)Enable or disable VPN tunnel logging feature.CloudWatchLogOptionsSpecification.BuilderCloudWatchLogOptionsSpecification.Builder. logGroupArn(String logGroupArn)The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.CloudWatchLogOptionsSpecification.BuilderCloudWatchLogOptionsSpecification.Builder. logOutputFormat(String logOutputFormat)Set log format.CloudWatchLogOptionsSpecification.BuilderCloudWatchLogOptionsSpecification. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CloudWatchLogOptionsSpecification.Builder Modifier and Type Method Description static Class<? extends CloudWatchLogOptionsSpecification.Builder>CloudWatchLogOptionsSpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CloudWatchLogOptionsSpecification.Builder Modifier and Type Method Description default VpnTunnelLogOptionsSpecification.BuilderVpnTunnelLogOptionsSpecification.Builder. cloudWatchLogOptions(Consumer<CloudWatchLogOptionsSpecification.Builder> cloudWatchLogOptions)Options for sending VPN tunnel logs to CloudWatch.
-