Interface ConnectionLogResponseOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConnectionLogResponseOptions.Builder,ConnectionLogResponseOptions>,SdkBuilder<ConnectionLogResponseOptions.Builder,ConnectionLogResponseOptions>,SdkPojo
- Enclosing class:
- ConnectionLogResponseOptions
public static interface ConnectionLogResponseOptions.Builder extends SdkPojo, CopyableBuilder<ConnectionLogResponseOptions.Builder,ConnectionLogResponseOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectionLogResponseOptions.BuildercloudwatchLogGroup(String cloudwatchLogGroup)The name of the Amazon CloudWatch Logs log group to which connection logging data is published.ConnectionLogResponseOptions.BuildercloudwatchLogStream(String cloudwatchLogStream)The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.ConnectionLogResponseOptions.Builderenabled(Boolean enabled)Indicates whether client connection logging is enabled for the Client VPN endpoint.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
enabled
ConnectionLogResponseOptions.Builder enabled(Boolean enabled)
Indicates whether client connection logging is enabled for the Client VPN endpoint.
- Parameters:
enabled- Indicates whether client connection logging is enabled for the Client VPN endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudwatchLogGroup
ConnectionLogResponseOptions.Builder cloudwatchLogGroup(String cloudwatchLogGroup)
The name of the Amazon CloudWatch Logs log group to which connection logging data is published.
- Parameters:
cloudwatchLogGroup- The name of the Amazon CloudWatch Logs log group to which connection logging data is published.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudwatchLogStream
ConnectionLogResponseOptions.Builder cloudwatchLogStream(String cloudwatchLogStream)
The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.
- Parameters:
cloudwatchLogStream- The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-