public static interface VpnTunnelLogOptionsSpecification.Builder extends SdkPojo, CopyableBuilder<VpnTunnelLogOptionsSpecification.Builder,VpnTunnelLogOptionsSpecification>
| Modifier and Type | Method and Description |
|---|---|
VpnTunnelLogOptionsSpecification.Builder |
cloudWatchLogOptions(CloudWatchLogOptionsSpecification cloudWatchLogOptions)
Options for sending VPN tunnel logs to CloudWatch.
|
default VpnTunnelLogOptionsSpecification.Builder |
cloudWatchLogOptions(Consumer<CloudWatchLogOptionsSpecification.Builder> cloudWatchLogOptions)
Options for sending VPN tunnel logs to CloudWatch.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpnTunnelLogOptionsSpecification.Builder cloudWatchLogOptions(CloudWatchLogOptionsSpecification cloudWatchLogOptions)
Options for sending VPN tunnel logs to CloudWatch.
cloudWatchLogOptions - Options for sending VPN tunnel logs to CloudWatch.default VpnTunnelLogOptionsSpecification.Builder cloudWatchLogOptions(Consumer<CloudWatchLogOptionsSpecification.Builder> cloudWatchLogOptions)
Options for sending VPN tunnel logs to CloudWatch.
This is a convenience method that creates an instance of theCloudWatchLogOptionsSpecification.Builder avoiding the need to create one manually via
CloudWatchLogOptionsSpecification.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to cloudWatchLogOptions(CloudWatchLogOptionsSpecification).cloudWatchLogOptions - a consumer that will call methods on CloudWatchLogOptionsSpecification.BuildercloudWatchLogOptions(CloudWatchLogOptionsSpecification)Copyright © 2022. All rights reserved.