public static interface AnalysisReportSummary.Builder extends SdkPojo, CopyableBuilder<AnalysisReportSummary.Builder,AnalysisReportSummary>
| Modifier and Type | Method and Description |
|---|---|
AnalysisReportSummary.Builder |
analysisReportId(String analysisReportId)
The name of the analysis report.
|
AnalysisReportSummary.Builder |
createTime(Instant createTime)
The time you created the analysis report.
|
AnalysisReportSummary.Builder |
endTime(Instant endTime)
The end time of the analysis in the report.
|
AnalysisReportSummary.Builder |
startTime(Instant startTime)
The start time of the analysis in the report.
|
AnalysisReportSummary.Builder |
status(AnalysisStatus status)
The status of the analysis report.
|
AnalysisReportSummary.Builder |
status(String status)
The status of the analysis report.
|
AnalysisReportSummary.Builder |
tags(Collection<Tag> tags)
List of all the tags added to the analysis report.
|
AnalysisReportSummary.Builder |
tags(Consumer<Tag.Builder>... tags)
List of all the tags added to the analysis report.
|
AnalysisReportSummary.Builder |
tags(Tag... tags)
List of all the tags added to the analysis report.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalysisReportSummary.Builder analysisReportId(String analysisReportId)
The name of the analysis report.
analysisReportId - The name of the analysis report.AnalysisReportSummary.Builder createTime(Instant createTime)
The time you created the analysis report.
createTime - The time you created the analysis report.AnalysisReportSummary.Builder startTime(Instant startTime)
The start time of the analysis in the report.
startTime - The start time of the analysis in the report.AnalysisReportSummary.Builder endTime(Instant endTime)
The end time of the analysis in the report.
endTime - The end time of the analysis in the report.AnalysisReportSummary.Builder status(String status)
The status of the analysis report.
status - The status of the analysis report.AnalysisStatus,
AnalysisStatusAnalysisReportSummary.Builder status(AnalysisStatus status)
The status of the analysis report.
status - The status of the analysis report.AnalysisStatus,
AnalysisStatusAnalysisReportSummary.Builder tags(Collection<Tag> tags)
List of all the tags added to the analysis report.
tags - List of all the tags added to the analysis report.AnalysisReportSummary.Builder tags(Tag... tags)
List of all the tags added to the analysis report.
tags - List of all the tags added to the analysis report.AnalysisReportSummary.Builder tags(Consumer<Tag.Builder>... tags)
List of all the tags added to the analysis report.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.