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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsCodeBuildProjectLogsConfigS3LogsDetails.BuilderencryptionDisabled(Boolean encryptionDisabled)Whether to disable encryption of the S3 build log output.AwsCodeBuildProjectLogsConfigS3LogsDetails.Builderlocation(String location)The ARN of the S3 bucket and the path prefix for S3 logs.AwsCodeBuildProjectLogsConfigS3LogsDetails.Builderstatus(String status)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
encryptionDisabled
AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder encryptionDisabled(Boolean 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
AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder location(String 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
AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder status(String 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.
-
-