| Package | Description |
|---|---|
| software.amazon.awssdk.services.pi.model |
| Modifier and Type | Method and Description |
|---|---|
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(ServiceType serviceType)
List the tags for the Amazon Web Services service for which Performance Insights returns metrics.
|
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.startTime(Instant startTime)
The analysis start time in the report.
|
AnalysisReport.Builder |
AnalysisReport.Builder.status(AnalysisStatus status)
The status of the created analysis report.
|
AnalysisReport.Builder |
AnalysisReport.Builder.status(String status)
The status of the created analysis report.
|
AnalysisReport.Builder |
AnalysisReport.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AnalysisReport.Builder> |
AnalysisReport.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetPerformanceAnalysisReportResponse.Builder |
GetPerformanceAnalysisReportResponse.Builder.analysisReport(Consumer<AnalysisReport.Builder> analysisReport)
The summary of the performance analysis report created for a time period.
|
Copyright © 2023. All rights reserved.