Interface CloudWatchOutputConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CloudWatchOutputConfig.Builder,,CloudWatchOutputConfig> SdkBuilder<CloudWatchOutputConfig.Builder,,CloudWatchOutputConfig> SdkPojo
- Enclosing class:
CloudWatchOutputConfig
@Mutable
@NotThreadSafe
public static interface CloudWatchOutputConfig.Builder
extends SdkPojo, CopyableBuilder<CloudWatchOutputConfig.Builder,CloudWatchOutputConfig>
-
Method Summary
Modifier and TypeMethodDescriptionlogGroupName(String logGroupName) The name of the CloudWatch log group where evaluation results will be written.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 evaluation results will be written. The log group will be created if it doesn't exist.
- Parameters:
logGroupName- The name of the CloudWatch log group where evaluation results will be written. The log group will be created if it doesn't exist.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-