public static interface AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder extends SdkPojo, CopyableBuilder<AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder,AwsCodeBuildProjectLogsConfigS3LogsDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder |
encryptionDisabled(Boolean encryptionDisabled)
Whether to disable encryption of the S3 build log output.
|
AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder |
location(String location)
The ARN of the S3 bucket and the path prefix for S3 logs.
|
AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder |
status(String status)
The current status of the S3 build logs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsCodeBuildProjectLogsConfigS3LogsDetails.Builder encryptionDisabled(Boolean encryptionDisabled)
Whether to disable encryption of the S3 build log output.
encryptionDisabled - Whether to disable encryption of the S3 build log output.AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder location(String location)
The ARN of the S3 bucket and the path prefix for S3 logs.
location - The ARN of the S3 bucket and the path prefix for S3 logs.AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder status(String status)
The current status of the S3 build logs.
status - The current status of the S3 build logs.Copyright © 2023. All rights reserved.