static LogsLocation.Builder |
LogsLocation.builder() |
|
default LogsLocation.Builder |
LogsLocation.Builder.cloudWatchLogs(Consumer<CloudWatchLogsConfig.Builder> cloudWatchLogs) |
Information about CloudWatch Logs for a build project.
|
LogsLocation.Builder |
LogsLocation.Builder.cloudWatchLogs(CloudWatchLogsConfig cloudWatchLogs) |
Information about CloudWatch Logs for a build project.
|
LogsLocation.Builder |
LogsLocation.Builder.cloudWatchLogsArn(String cloudWatchLogsArn) |
The ARN of the CloudWatch Logs stream for a build execution.
|
LogsLocation.Builder |
LogsLocation.Builder.deepLink(String deepLink) |
The URL to an individual build log in CloudWatch Logs.
|
LogsLocation.Builder |
LogsLocation.Builder.groupName(String groupName) |
The name of the CloudWatch Logs group for the build logs.
|
LogsLocation.Builder |
LogsLocation.Builder.s3DeepLink(String s3DeepLink) |
The URL to a build log in an S3 bucket.
|
default LogsLocation.Builder |
LogsLocation.Builder.s3Logs(Consumer<S3LogsConfig.Builder> s3Logs) |
Information about S3 logs for a build project.
|
LogsLocation.Builder |
LogsLocation.Builder.s3Logs(S3LogsConfig s3Logs) |
Information about S3 logs for a build project.
|
LogsLocation.Builder |
LogsLocation.Builder.s3LogsArn(String s3LogsArn) |
The ARN of S3 logs for a build project.
|
LogsLocation.Builder |
LogsLocation.Builder.streamName(String streamName) |
The name of the CloudWatch Logs stream for the build logs.
|
LogsLocation.Builder |
LogsLocation.toBuilder() |
|