public static interface AssessmentReportMetadata.Builder extends SdkPojo, CopyableBuilder<AssessmentReportMetadata.Builder,AssessmentReportMetadata>
| Modifier and Type | Method and Description |
|---|---|
AssessmentReportMetadata.Builder |
assessmentId(String assessmentId)
The unique identifier for the associated assessment.
|
AssessmentReportMetadata.Builder |
assessmentName(String assessmentName)
The name of the associated assessment.
|
AssessmentReportMetadata.Builder |
author(String author)
The name of the user who created the assessment report.
|
AssessmentReportMetadata.Builder |
creationTime(Instant creationTime)
Specifies when the assessment report was created.
|
AssessmentReportMetadata.Builder |
description(String description)
The description of the assessment report.
|
AssessmentReportMetadata.Builder |
id(String id)
The unique identifier for the assessment report.
|
AssessmentReportMetadata.Builder |
name(String name)
The name of the assessment report.
|
AssessmentReportMetadata.Builder |
status(AssessmentReportStatus status)
The current status of the assessment report.
|
AssessmentReportMetadata.Builder |
status(String status)
The current status of the assessment report.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssessmentReportMetadata.Builder id(String id)
The unique identifier for the assessment report.
id - The unique identifier for the assessment report.AssessmentReportMetadata.Builder name(String name)
The name of the assessment report.
name - The name of the assessment report.AssessmentReportMetadata.Builder description(String description)
The description of the assessment report.
description - The description of the assessment report.AssessmentReportMetadata.Builder assessmentId(String assessmentId)
The unique identifier for the associated assessment.
assessmentId - The unique identifier for the associated assessment.AssessmentReportMetadata.Builder assessmentName(String assessmentName)
The name of the associated assessment.
assessmentName - The name of the associated assessment.AssessmentReportMetadata.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.AssessmentReportMetadata.Builder status(String status)
The current status of the assessment report.
status - The current status of the assessment report.AssessmentReportStatus,
AssessmentReportStatusAssessmentReportMetadata.Builder status(AssessmentReportStatus status)
The current status of the assessment report.
status - The current status of the assessment report.AssessmentReportStatus,
AssessmentReportStatusAssessmentReportMetadata.Builder creationTime(Instant creationTime)
Specifies when the assessment report was created.
creationTime - Specifies when the assessment report was created.Copyright © 2023. All rights reserved.