| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
S3LogsConfig |
S3LogsConfig.clone() |
S3LogsConfig |
LogsConfig.getS3Logs()
Information about logs built to an S3 bucket for a build project.
|
S3LogsConfig |
LogsLocation.getS3Logs()
Information about S3 logs for a build project.
|
S3LogsConfig |
S3LogsConfig.withEncryptionDisabled(Boolean encryptionDisabled)
Set to true if you do not want your S3 build log output encrypted.
|
S3LogsConfig |
S3LogsConfig.withLocation(String location)
The ARN of an S3 bucket and the path prefix for S3 logs.
|
S3LogsConfig |
S3LogsConfig.withStatus(LogsConfigStatusType status)
The current status of the S3 build logs.
|
S3LogsConfig |
S3LogsConfig.withStatus(String status)
The current status of the S3 build logs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogsConfig.setS3Logs(S3LogsConfig s3Logs)
Information about logs built to an S3 bucket for a build project.
|
void |
LogsLocation.setS3Logs(S3LogsConfig s3Logs)
Information about S3 logs for a build project.
|
LogsConfig |
LogsConfig.withS3Logs(S3LogsConfig s3Logs)
Information about logs built to an S3 bucket for a build project.
|
LogsLocation |
LogsLocation.withS3Logs(S3LogsConfig s3Logs)
Information about S3 logs for a build project.
|
Copyright © 2020. All rights reserved.