Interface CloudWatchLogsDestinationConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CloudWatchLogsDestinationConfiguration.Builder,
,CloudWatchLogsDestinationConfiguration> SdkBuilder<CloudWatchLogsDestinationConfiguration.Builder,
,CloudWatchLogsDestinationConfiguration> SdkPojo
- Enclosing class:
CloudWatchLogsDestinationConfiguration
@Mutable
@NotThreadSafe
public static interface CloudWatchLogsDestinationConfiguration.Builder
extends SdkPojo, CopyableBuilder<CloudWatchLogsDestinationConfiguration.Builder,CloudWatchLogsDestinationConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionlogGroupName
(String logGroupName) Name of the Amazon Cloudwatch Logs destination where chat activity will be logged.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 Details
-
logGroupName
Name of the Amazon Cloudwatch Logs destination where chat activity will be logged.
- Parameters:
logGroupName
- Name of the Amazon Cloudwatch Logs destination where chat activity will be logged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-