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 Details

    • logGroupName

      CloudWatchOutputConfig.Builder logGroupName(String 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

      CloudWatchOutputConfig.Builder logStreamName(String 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.