Interface AssessmentReportMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssessmentReportMetadata.Builder,AssessmentReportMetadata>,SdkBuilder<AssessmentReportMetadata.Builder,AssessmentReportMetadata>,SdkPojo
- Enclosing class:
- AssessmentReportMetadata
public static interface AssessmentReportMetadata.Builder extends SdkPojo, CopyableBuilder<AssessmentReportMetadata.Builder,AssessmentReportMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssessmentReportMetadata.BuilderassessmentId(String assessmentId)The unique identifier for the associated assessment.AssessmentReportMetadata.BuilderassessmentName(String assessmentName)The name of the associated assessment.AssessmentReportMetadata.Builderauthor(String author)The name of the user who created the assessment report.AssessmentReportMetadata.BuildercreationTime(Instant creationTime)Specifies when the assessment report was created.AssessmentReportMetadata.Builderdescription(String description)The description of the assessment report.AssessmentReportMetadata.Builderid(String id)The unique identifier for the assessment report.AssessmentReportMetadata.Buildername(String name)The name of the assessment report.AssessmentReportMetadata.Builderstatus(String status)The current status of the assessment report.AssessmentReportMetadata.Builderstatus(AssessmentReportStatus status)The current status of the assessment report.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
id
AssessmentReportMetadata.Builder id(String id)
The unique identifier for the assessment report.
- Parameters:
id- The unique identifier for the assessment report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
AssessmentReportMetadata.Builder name(String name)
The name of the assessment report.
- Parameters:
name- The name of the assessment report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
AssessmentReportMetadata.Builder description(String description)
The description of the assessment report.
- Parameters:
description- The description of the assessment report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assessmentId
AssessmentReportMetadata.Builder assessmentId(String assessmentId)
The unique identifier for the associated assessment.
- Parameters:
assessmentId- The unique identifier for the associated assessment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assessmentName
AssessmentReportMetadata.Builder assessmentName(String assessmentName)
The name of the associated assessment.
- Parameters:
assessmentName- The name of the associated assessment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
author
AssessmentReportMetadata.Builder author(String author)
The name of the user who created the assessment report.
- Parameters:
author- The name of the user who created the assessment report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
AssessmentReportMetadata.Builder status(String status)
The current status of the assessment report.
- Parameters:
status- The current status of the assessment report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssessmentReportStatus,AssessmentReportStatus
-
status
AssessmentReportMetadata.Builder status(AssessmentReportStatus status)
The current status of the assessment report.
- Parameters:
status- The current status of the assessment report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssessmentReportStatus,AssessmentReportStatus
-
creationTime
AssessmentReportMetadata.Builder creationTime(Instant creationTime)
Specifies when the assessment report was created.
- Parameters:
creationTime- Specifies when the assessment report was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-