@Stability(value=Stable) public static final class CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnClientVpnEndpoint.ConnectionLogOptionsProperty>
CfnClientVpnEndpoint.ConnectionLogOptionsProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnClientVpnEndpoint.ConnectionLogOptionsProperty |
build()
Builds the configured instance.
|
CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Builder |
cloudwatchLogGroup(String cloudwatchLogGroup)
|
CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Builder |
cloudwatchLogStream(String cloudwatchLogStream)
|
CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Builder |
enabled(Boolean enabled)
Sets the value of
CfnClientVpnEndpoint.ConnectionLogOptionsProperty.getEnabled() |
CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnClientVpnEndpoint.ConnectionLogOptionsProperty.getEnabled() |
@Stability(value=Stable) public CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Builder enabled(Boolean enabled)
CfnClientVpnEndpoint.ConnectionLogOptionsProperty.getEnabled()
enabled
- `CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Enabled`. This parameter is required.this
@Stability(value=Stable) public CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Builder enabled(IResolvable enabled)
CfnClientVpnEndpoint.ConnectionLogOptionsProperty.getEnabled()
enabled
- `CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Enabled`. This parameter is required.this
@Stability(value=Stable) public CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Builder cloudwatchLogGroup(String cloudwatchLogGroup)
cloudwatchLogGroup
- `CfnClientVpnEndpoint.ConnectionLogOptionsProperty.CloudwatchLogGroup`.this
@Stability(value=Stable) public CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Builder cloudwatchLogStream(String cloudwatchLogStream)
cloudwatchLogStream
- `CfnClientVpnEndpoint.ConnectionLogOptionsProperty.CloudwatchLogStream`.this
@Stability(value=Stable) public CfnClientVpnEndpoint.ConnectionLogOptionsProperty build()
build
in interface software.amazon.jsii.Builder<CfnClientVpnEndpoint.ConnectionLogOptionsProperty>
CfnClientVpnEndpoint.ConnectionLogOptionsProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.