public static interface ConnectionLogResponseOptions.Builder extends SdkPojo, CopyableBuilder<ConnectionLogResponseOptions.Builder,ConnectionLogResponseOptions>
| Modifier and Type | Method and Description |
|---|---|
ConnectionLogResponseOptions.Builder |
cloudwatchLogGroup(String cloudwatchLogGroup)
The name of the Amazon CloudWatch Logs log group to which connection logging data is published.
|
ConnectionLogResponseOptions.Builder |
cloudwatchLogStream(String cloudwatchLogStream)
The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.
|
ConnectionLogResponseOptions.Builder |
enabled(Boolean enabled)
Indicates whether client connection logging is enabled for the Client VPN endpoint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectionLogResponseOptions.Builder enabled(Boolean enabled)
Indicates whether client connection logging is enabled for the Client VPN endpoint.
enabled - Indicates whether client connection logging is enabled for the Client VPN endpoint.ConnectionLogResponseOptions.Builder cloudwatchLogGroup(String cloudwatchLogGroup)
The name of the Amazon CloudWatch Logs log group to which connection logging data is published.
cloudwatchLogGroup - The name of the Amazon CloudWatch Logs log group to which connection logging data is published.ConnectionLogResponseOptions.Builder cloudwatchLogStream(String cloudwatchLogStream)
The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.
cloudwatchLogStream - The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.Copyright © 2019. All rights reserved.