Interface CloudWatchLogsConfig.Builder

    • Method Detail

      • status

        CloudWatchLogsConfig.Builder status​(String 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:
        LogsConfigStatusType, LogsConfigStatusType
      • status

        CloudWatchLogsConfig.Builder status​(LogsConfigStatusType 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:
        LogsConfigStatusType, LogsConfigStatusType