| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
LogsLocation |
LogsLocation.clone() |
LogsLocation |
Build.getLogs()
Information about the build's logs in Amazon CloudWatch Logs.
|
LogsLocation |
LogsLocation.withCloudWatchLogs(CloudWatchLogsConfig cloudWatchLogs)
Information about Amazon CloudWatch Logs for a build project.
|
LogsLocation |
LogsLocation.withCloudWatchLogsArn(String cloudWatchLogsArn)
The ARN of Amazon CloudWatch Logs for a build project.
|
LogsLocation |
LogsLocation.withDeepLink(String deepLink)
The URL to an individual build log in Amazon CloudWatch Logs.
|
LogsLocation |
LogsLocation.withGroupName(String groupName)
The name of the Amazon CloudWatch Logs group for the build logs.
|
LogsLocation |
LogsLocation.withS3DeepLink(String s3DeepLink)
The URL to a build log in an S3 bucket.
|
LogsLocation |
LogsLocation.withS3Logs(S3LogsConfig s3Logs)
Information about S3 logs for a build project.
|
LogsLocation |
LogsLocation.withS3LogsArn(String s3LogsArn)
The ARN of S3 logs for a build project.
|
LogsLocation |
LogsLocation.withStreamName(String streamName)
The name of the Amazon CloudWatch Logs stream for the build logs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Build.setLogs(LogsLocation logs)
Information about the build's logs in Amazon CloudWatch Logs.
|
Build |
Build.withLogs(LogsLocation logs)
Information about the build's logs in Amazon CloudWatch Logs.
|
Copyright © 2020. All rights reserved.