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