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 Amazon CloudWatch Logs.
|
CloudWatchLogsConfig.Builder |
status(LogsConfigStatusType status)
The current status of the logs in Amazon CloudWatch Logs for a build project.
|
CloudWatchLogsConfig.Builder |
status(String status)
The current status of the logs in Amazon CloudWatch Logs for a build project.
|
CloudWatchLogsConfig.Builder |
streamName(String streamName)
The prefix of the stream name of the Amazon CloudWatch Logs.
|
copy
applyMutation, build
CloudWatchLogsConfig.Builder status(String status)
The current status of the logs in Amazon CloudWatch Logs for a build project. Valid values are:
ENABLED
: Amazon CloudWatch Logs are enabled for this build project.
DISABLED
: Amazon CloudWatch Logs are not enabled for this build project.
status
- The current status of the logs in Amazon CloudWatch Logs for a build project. Valid values are:
ENABLED
: Amazon CloudWatch Logs are enabled for this build project.
DISABLED
: Amazon CloudWatch Logs are not enabled for this build project.
LogsConfigStatusType
,
LogsConfigStatusType
CloudWatchLogsConfig.Builder status(LogsConfigStatusType status)
The current status of the logs in Amazon CloudWatch Logs for a build project. Valid values are:
ENABLED
: Amazon CloudWatch Logs are enabled for this build project.
DISABLED
: Amazon CloudWatch Logs are not enabled for this build project.
status
- The current status of the logs in Amazon CloudWatch Logs for a build project. Valid values are:
ENABLED
: Amazon CloudWatch Logs are enabled for this build project.
DISABLED
: Amazon CloudWatch Logs are not enabled for this build project.
LogsConfigStatusType
,
LogsConfigStatusType
CloudWatchLogsConfig.Builder groupName(String groupName)
The group name of the logs in Amazon CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.
groupName
- The group name of the logs in Amazon 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 Amazon CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.
streamName
- The prefix of the stream name of the Amazon CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.