Interface AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder,
,AwsCodeBuildProjectLogsConfigS3LogsDetails> SdkBuilder<AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder,
,AwsCodeBuildProjectLogsConfigS3LogsDetails> SdkPojo
- Enclosing class:
AwsCodeBuildProjectLogsConfigS3LogsDetails
public static interface AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder
extends SdkPojo, CopyableBuilder<AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder,AwsCodeBuildProjectLogsConfigS3LogsDetails>
-
Method Summary
Modifier and TypeMethodDescriptionencryptionDisabled
(Boolean encryptionDisabled) Whether to disable encryption of the S3 build log output.The ARN of the S3 bucket and the path prefix for S3 logs.The current status of the S3 build logs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
encryptionDisabled
Whether to disable encryption of the S3 build log output.
- Parameters:
encryptionDisabled
- Whether to disable encryption of the S3 build log output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
The ARN of the S3 bucket and the path prefix for S3 logs.
- Parameters:
location
- The ARN of the S3 bucket and the path prefix for S3 logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the S3 build logs.
- Parameters:
status
- The current status of the S3 build logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-