Class CfnVPNConnectionPropsMixin.VpnTunnelLogOptionsSpecificationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVPNConnectionPropsMixin.VpnTunnelLogOptionsSpecificationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVPNConnectionPropsMixin.VpnTunnelLogOptionsSpecificationProperty>
- Enclosing interface:
CfnVPNConnectionPropsMixin.VpnTunnelLogOptionsSpecificationProperty
@Stability(Stable)
public static final class CfnVPNConnectionPropsMixin.VpnTunnelLogOptionsSpecificationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVPNConnectionPropsMixin.VpnTunnelLogOptionsSpecificationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.cloudwatchLogOptions(CfnVPNConnectionPropsMixin.CloudwatchLogOptionsSpecificationProperty cloudwatchLogOptions) cloudwatchLogOptions(IResolvable cloudwatchLogOptions)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cloudwatchLogOptions
@Stability(Stable) public CfnVPNConnectionPropsMixin.VpnTunnelLogOptionsSpecificationProperty.Builder cloudwatchLogOptions(IResolvable cloudwatchLogOptions) Sets the value ofCfnVPNConnectionPropsMixin.VpnTunnelLogOptionsSpecificationProperty.getCloudwatchLogOptions()- Parameters:
cloudwatchLogOptions- Options for sending VPN tunnel logs to CloudWatch.- Returns:
this
-
cloudwatchLogOptions
@Stability(Stable) public CfnVPNConnectionPropsMixin.VpnTunnelLogOptionsSpecificationProperty.Builder cloudwatchLogOptions(CfnVPNConnectionPropsMixin.CloudwatchLogOptionsSpecificationProperty cloudwatchLogOptions) Sets the value ofCfnVPNConnectionPropsMixin.VpnTunnelLogOptionsSpecificationProperty.getCloudwatchLogOptions()- Parameters:
cloudwatchLogOptions- Options for sending VPN tunnel logs to CloudWatch.- Returns:
this
-
build
@Stability(Stable) public CfnVPNConnectionPropsMixin.VpnTunnelLogOptionsSpecificationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVPNConnectionPropsMixin.VpnTunnelLogOptionsSpecificationProperty>- Returns:
- a new instance of
CfnVPNConnectionPropsMixin.VpnTunnelLogOptionsSpecificationProperty - Throws:
NullPointerException- if any required attribute was not provided
-