public static interface LogsLocation.Builder extends CopyableBuilder<LogsLocation.Builder,LogsLocation>
| Modifier and Type | Method and Description |
|---|---|
LogsLocation.Builder |
deepLink(String deepLink)
The URL to an individual build log in Amazon CloudWatch Logs.
|
LogsLocation.Builder |
groupName(String groupName)
The name of the Amazon CloudWatch Logs group for the build logs.
|
LogsLocation.Builder |
streamName(String streamName)
The name of the Amazon CloudWatch Logs stream for the build logs.
|
copyapply, buildLogsLocation.Builder groupName(String groupName)
The name of the Amazon CloudWatch Logs group for the build logs.
groupName - The name of the Amazon CloudWatch Logs group for the build logs.LogsLocation.Builder streamName(String streamName)
The name of the Amazon CloudWatch Logs stream for the build logs.
streamName - The name of the Amazon CloudWatch Logs stream for the build logs.LogsLocation.Builder deepLink(String deepLink)
The URL to an individual build log in Amazon CloudWatch Logs.
deepLink - The URL to an individual build log in Amazon CloudWatch Logs.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.