Interface CloudWatchLogsConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CloudWatchLogsConfig.Builder,CloudWatchLogsConfig>, SdkBuilder<CloudWatchLogsConfig.Builder,CloudWatchLogsConfig>, SdkPojo
Enclosing class:
CloudWatchLogsConfig

public static interface CloudWatchLogsConfig.Builder extends SdkPojo, CopyableBuilder<CloudWatchLogsConfig.Builder,CloudWatchLogsConfig>
  • Method Details

    • status

      The current status of the logs in CloudWatch Logs for a build project. Valid values are:

      • ENABLED: CloudWatch Logs are enabled for this build project.

      • DISABLED: CloudWatch Logs are not enabled for this build project.

      Parameters:
      status - The current status of the logs in CloudWatch Logs for a build project. Valid values are:

      • ENABLED: CloudWatch Logs are enabled for this build project.

      • DISABLED: CloudWatch Logs are not enabled for this build project.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the logs in CloudWatch Logs for a build project. Valid values are:

      • ENABLED: CloudWatch Logs are enabled for this build project.

      • DISABLED: CloudWatch Logs are not enabled for this build project.

      Parameters:
      status - The current status of the logs in CloudWatch Logs for a build project. Valid values are:

      • ENABLED: CloudWatch Logs are enabled for this build project.

      • DISABLED: CloudWatch Logs are not enabled for this build project.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • groupName

      CloudWatchLogsConfig.Builder groupName(String groupName)

      The group name of the logs in CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.

      Parameters:
      groupName - The group name of the logs in CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • streamName

      CloudWatchLogsConfig.Builder streamName(String streamName)

      The prefix of the stream name of the CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.

      Parameters:
      streamName - The prefix of the stream name of the CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.
      Returns:
      Returns a reference to this object so that method calls can be chained together.