| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
S3LogsConfig.Builder |
S3LogsConfig.Builder.bucketOwnerAccess(BucketOwnerAccess bucketOwnerAccess)
Sets the value of the BucketOwnerAccess property for this object.
|
S3LogsConfig.Builder |
S3LogsConfig.Builder.bucketOwnerAccess(String bucketOwnerAccess)
Sets the value of the BucketOwnerAccess property for this object.
|
static S3LogsConfig.Builder |
S3LogsConfig.builder() |
S3LogsConfig.Builder |
S3LogsConfig.Builder.encryptionDisabled(Boolean encryptionDisabled)
Set to true if you do not want your S3 build log output encrypted.
|
S3LogsConfig.Builder |
S3LogsConfig.Builder.location(String location)
The ARN of an S3 bucket and the path prefix for S3 logs.
|
S3LogsConfig.Builder |
S3LogsConfig.Builder.status(LogsConfigStatusType status)
The current status of the S3 build logs.
|
S3LogsConfig.Builder |
S3LogsConfig.Builder.status(String status)
The current status of the S3 build logs.
|
S3LogsConfig.Builder |
S3LogsConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3LogsConfig.Builder> |
S3LogsConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LogsLocation.Builder |
LogsLocation.Builder.s3Logs(Consumer<S3LogsConfig.Builder> s3Logs)
Information about S3 logs for a build project.
|
default LogsConfig.Builder |
LogsConfig.Builder.s3Logs(Consumer<S3LogsConfig.Builder> s3Logs)
Information about logs built to an S3 bucket for a build project.
|
Copyright © 2021. All rights reserved.