public static interface CreateAssessmentReportRequest.Builder extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateAssessmentReportRequest.Builder,CreateAssessmentReportRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateAssessmentReportRequest.Builder |
assessmentId(String assessmentId)
The identifier for the assessment.
|
CreateAssessmentReportRequest.Builder |
description(String description)
The description of the assessment report.
|
CreateAssessmentReportRequest.Builder |
name(String name)
The name of the new assessment report.
|
CreateAssessmentReportRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAssessmentReportRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAssessmentReportRequest.Builder |
queryStatement(String queryStatement)
A SQL statement that represents an evidence finder query.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAssessmentReportRequest.Builder name(String name)
The name of the new assessment report.
name - The name of the new assessment report.CreateAssessmentReportRequest.Builder description(String description)
The description of the assessment report.
description - The description of the assessment report.CreateAssessmentReportRequest.Builder assessmentId(String assessmentId)
The identifier for the assessment.
assessmentId - The identifier for the assessment.CreateAssessmentReportRequest.Builder queryStatement(String queryStatement)
A SQL statement that represents an evidence finder query.
Provide this parameter when you want to generate an assessment report from the results of an evidence finder search query. When you use this parameter, Audit Manager generates a one-time report using only the evidence from the query output. This report does not include any assessment evidence that was manually added to a report using the console, or associated with a report using the API.
To use this parameter, the enablementStatus of evidence finder must be ENABLED.
For examples and help resolving queryStatement validation exceptions, see Troubleshooting evidence finder issues in the Audit Manager User Guide.
queryStatement - A SQL statement that represents an evidence finder query.
Provide this parameter when you want to generate an assessment report from the results of an evidence finder search query. When you use this parameter, Audit Manager generates a one-time report using only the evidence from the query output. This report does not include any assessment evidence that was manually added to a report using the console, or associated with a report using the API.
To use this parameter, the enablementStatus of evidence finder must be ENABLED.
For examples and help resolving queryStatement validation exceptions, see Troubleshooting evidence finder issues in the Audit Manager User Guide.
CreateAssessmentReportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAssessmentReportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.