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.logStreamName(String logStreamName) The name of the CloudWatch log stream 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.
- Parameters:
logGroupName- The name of the CloudWatch log group where evaluation results will be written.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logStreamName
The name of the CloudWatch log stream where evaluation results will be written.
- Parameters:
logStreamName- The name of the CloudWatch log stream where evaluation results will be written.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-