AnalysisReport.Builder |
AnalysisReport.Builder.analysisReportId(String analysisReportId) |
The name of the analysis report.
|
static AnalysisReport.Builder |
AnalysisReport.builder() |
|
AnalysisReport.Builder |
AnalysisReport.Builder.createTime(Instant createTime) |
The time you created the analysis report.
|
AnalysisReport.Builder |
AnalysisReport.Builder.endTime(Instant endTime) |
The analysis end time in the report.
|
AnalysisReport.Builder |
AnalysisReport.Builder.identifier(String identifier) |
The unique identifier of the analysis report.
|
AnalysisReport.Builder |
AnalysisReport.Builder.insights(Collection<Insight> insights) |
The list of identified insights in the analysis report.
|
AnalysisReport.Builder |
AnalysisReport.Builder.insights(Consumer<Insight.Builder>... insights) |
The list of identified insights in the analysis report.
|
AnalysisReport.Builder |
AnalysisReport.Builder.insights(Insight... insights) |
The list of identified insights in the analysis report.
|
AnalysisReport.Builder |
AnalysisReport.Builder.serviceType(String serviceType) |
List the tags for the Amazon Web Services service for which Performance Insights returns metrics.
|
AnalysisReport.Builder |
AnalysisReport.Builder.serviceType(ServiceType serviceType) |
List the tags for the Amazon Web Services service for which Performance Insights returns metrics.
|
AnalysisReport.Builder |
AnalysisReport.Builder.startTime(Instant startTime) |
The analysis start time in the report.
|
AnalysisReport.Builder |
AnalysisReport.Builder.status(String status) |
The status of the created analysis report.
|
AnalysisReport.Builder |
AnalysisReport.Builder.status(AnalysisStatus status) |
The status of the created analysis report.
|
AnalysisReport.Builder |
AnalysisReport.toBuilder() |
|