public static interface AssessmentReport.Builder extends SdkPojo, CopyableBuilder<AssessmentReport.Builder,AssessmentReport>
| Modifier and Type | Method and Description |
|---|---|
AssessmentReport.Builder |
assessmentId(String assessmentId)
The identifier for the specified assessment.
|
AssessmentReport.Builder |
assessmentName(String assessmentName)
The name of the associated assessment.
|
AssessmentReport.Builder |
author(String author)
The name of the user who created the assessment report.
|
AssessmentReport.Builder |
awsAccountId(String awsAccountId)
The identifier for the specified AWS account.
|
AssessmentReport.Builder |
creationTime(Instant creationTime)
Specifies when the assessment report was created.
|
AssessmentReport.Builder |
description(String description)
The description of the specified assessment report.
|
AssessmentReport.Builder |
id(String id)
The unique identifier for the specified assessment report.
|
AssessmentReport.Builder |
name(String name)
The name given to the assessment report.
|
AssessmentReport.Builder |
status(AssessmentReportStatus status)
The current status of the specified assessment report.
|
AssessmentReport.Builder |
status(String status)
The current status of the specified assessment report.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssessmentReport.Builder id(String id)
The unique identifier for the specified assessment report.
id - The unique identifier for the specified assessment report.AssessmentReport.Builder name(String name)
The name given to the assessment report.
name - The name given to the assessment report.AssessmentReport.Builder description(String description)
The description of the specified assessment report.
description - The description of the specified assessment report.AssessmentReport.Builder awsAccountId(String awsAccountId)
The identifier for the specified AWS account.
awsAccountId - The identifier for the specified AWS account.AssessmentReport.Builder assessmentId(String assessmentId)
The identifier for the specified assessment.
assessmentId - The identifier for the specified assessment.AssessmentReport.Builder assessmentName(String assessmentName)
The name of the associated assessment.
assessmentName - The name of the associated assessment.AssessmentReport.Builder author(String author)
The name of the user who created the assessment report.
author - The name of the user who created the assessment report.AssessmentReport.Builder status(String status)
The current status of the specified assessment report.
status - The current status of the specified assessment report.AssessmentReportStatus,
AssessmentReportStatusAssessmentReport.Builder status(AssessmentReportStatus status)
The current status of the specified assessment report.
status - The current status of the specified assessment report.AssessmentReportStatus,
AssessmentReportStatusAssessmentReport.Builder creationTime(Instant creationTime)
Specifies when the assessment report was created.
creationTime - Specifies when the assessment report was created.Copyright © 2021. All rights reserved.