Interface AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder

    • 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.