public static interface S3LogsConfig.Builder extends SdkPojo, CopyableBuilder<S3LogsConfig.Builder,S3LogsConfig>
| Modifier and Type | Method and Description |
|---|---|
S3LogsConfig.Builder |
bucketOwnerAccess(BucketOwnerAccess bucketOwnerAccess)
Sets the value of the BucketOwnerAccess property for this object.
|
S3LogsConfig.Builder |
bucketOwnerAccess(String bucketOwnerAccess)
Sets the value of the BucketOwnerAccess property for this object.
|
S3LogsConfig.Builder |
encryptionDisabled(Boolean encryptionDisabled)
Set to true if you do not want your S3 build log output encrypted.
|
S3LogsConfig.Builder |
location(String location)
The ARN of an S3 bucket and the path prefix for S3 logs.
|
S3LogsConfig.Builder |
status(LogsConfigStatusType status)
The current status of the S3 build logs.
|
S3LogsConfig.Builder |
status(String status)
The current status of the S3 build logs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3LogsConfig.Builder status(String status)
The current status of the S3 build logs. Valid values are:
ENABLED: S3 build logs are enabled for this build project.
DISABLED: S3 build logs are not enabled for this build project.
status - The current status of the S3 build logs. Valid values are:
ENABLED: S3 build logs are enabled for this build project.
DISABLED: S3 build logs are not enabled for this build project.
LogsConfigStatusType,
LogsConfigStatusTypeS3LogsConfig.Builder status(LogsConfigStatusType status)
The current status of the S3 build logs. Valid values are:
ENABLED: S3 build logs are enabled for this build project.
DISABLED: S3 build logs are not enabled for this build project.
status - The current status of the S3 build logs. Valid values are:
ENABLED: S3 build logs are enabled for this build project.
DISABLED: S3 build logs are not enabled for this build project.
LogsConfigStatusType,
LogsConfigStatusTypeS3LogsConfig.Builder location(String location)
The ARN of an S3 bucket and the path prefix for S3 logs. If your Amazon S3 bucket name is
my-bucket, and your path prefix is build-log, then acceptable formats are
my-bucket/build-log or arn:aws:s3:::my-bucket/build-log.
location - The ARN of an S3 bucket and the path prefix for S3 logs. If your Amazon S3 bucket name is
my-bucket, and your path prefix is build-log, then acceptable formats are
my-bucket/build-log or arn:aws:s3:::my-bucket/build-log.S3LogsConfig.Builder encryptionDisabled(Boolean encryptionDisabled)
Set to true if you do not want your S3 build log output encrypted. By default S3 build logs are encrypted.
encryptionDisabled - Set to true if you do not want your S3 build log output encrypted. By default S3 build logs are
encrypted.S3LogsConfig.Builder bucketOwnerAccess(String bucketOwnerAccess)
bucketOwnerAccess - The new value for the BucketOwnerAccess property for this object.BucketOwnerAccess,
BucketOwnerAccessS3LogsConfig.Builder bucketOwnerAccess(BucketOwnerAccess bucketOwnerAccess)
bucketOwnerAccess - The new value for the BucketOwnerAccess property for this object.BucketOwnerAccess,
BucketOwnerAccessCopyright © 2023. All rights reserved.