public static interface CloudWatchLogsConfig.Builder extends SdkPojo, CopyableBuilder<CloudWatchLogsConfig.Builder,CloudWatchLogsConfig>
| Modifier and Type | Method and Description |
|---|---|
CloudWatchLogsConfig.Builder |
groupName(String groupName)
The group name of the logs in CloudWatch Logs.
|
CloudWatchLogsConfig.Builder |
status(LogsConfigStatusType status)
The current status of the logs in CloudWatch Logs for a build project.
|
CloudWatchLogsConfig.Builder |
status(String status)
The current status of the logs in CloudWatch Logs for a build project.
|
CloudWatchLogsConfig.Builder |
streamName(String streamName)
The prefix of the stream name of the CloudWatch Logs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCloudWatchLogsConfig.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.
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.
LogsConfigStatusType,
LogsConfigStatusTypeCloudWatchLogsConfig.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.
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.
LogsConfigStatusType,
LogsConfigStatusTypeCloudWatchLogsConfig.Builder groupName(String groupName)
The group name of the logs in CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.
groupName - The group name of the logs in CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.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.
streamName - The prefix of the stream name of the CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.Copyright © 2023. All rights reserved.