| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static LogsLocation.Builder |
LogsLocation.builder() |
LogsLocation.Builder |
LogsLocation.Builder.cloudWatchLogs(CloudWatchLogsConfig cloudWatchLogs)
Information about Amazon CloudWatch Logs for a build project.
|
default LogsLocation.Builder |
LogsLocation.Builder.cloudWatchLogs(Consumer<CloudWatchLogsConfig.Builder> cloudWatchLogs)
Information about Amazon CloudWatch Logs for a build project.
|
LogsLocation.Builder |
LogsLocation.Builder.cloudWatchLogsArn(String cloudWatchLogsArn)
The ARN of Amazon CloudWatch Logs for a build project.
|
LogsLocation.Builder |
LogsLocation.Builder.deepLink(String deepLink)
The URL to an individual build log in Amazon CloudWatch Logs.
|
LogsLocation.Builder |
LogsLocation.Builder.groupName(String groupName)
The name of the Amazon 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 Amazon CloudWatch Logs stream for the build logs.
|
LogsLocation.Builder |
LogsLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LogsLocation.Builder> |
LogsLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Build.Builder |
Build.Builder.logs(Consumer<LogsLocation.Builder> logs)
Information about the build's logs in Amazon CloudWatch Logs.
|
Copyright © 2021. All rights reserved.