CopyableBuilder<LogsLocation.Builder,LogsLocation>
, SdkBuilder<LogsLocation.Builder,LogsLocation>
public static interface LogsLocation.Builder extends CopyableBuilder<LogsLocation.Builder,LogsLocation>
Modifier and Type | Method | 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.
|
copy
apply, build
LogsLocation.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.