Interface LoggingConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LoggingConfiguration.Builder,,LoggingConfiguration> SdkBuilder<LoggingConfiguration.Builder,,LoggingConfiguration> SdkPojo
- Enclosing class:
LoggingConfiguration
@Mutable
@NotThreadSafe
public static interface LoggingConfiguration.Builder
extends SdkPojo, CopyableBuilder<LoggingConfiguration.Builder,LoggingConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionlogGroupName(String logGroupName) The name of the CloudWatch log group where workflow execution logs are stored.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
logGroupName
The name of the CloudWatch log group where workflow execution logs are stored.
- Parameters:
logGroupName- The name of the CloudWatch log group where workflow execution logs are stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-