| 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.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.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 © 2018. All rights reserved.