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 Details

    • 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

      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.