public static interface AnalysisReport.Builder extends SdkPojo, CopyableBuilder<AnalysisReport.Builder,AnalysisReport>
| Modifier and Type | Method and Description |
|---|---|
AnalysisReport.Builder |
analysisReportId(String analysisReportId)
The name of the analysis report.
|
AnalysisReport.Builder |
createTime(Instant createTime)
The time you created the analysis report.
|
AnalysisReport.Builder |
endTime(Instant endTime)
The analysis end time in the report.
|
AnalysisReport.Builder |
identifier(String identifier)
The unique identifier of the analysis report.
|
AnalysisReport.Builder |
insights(Collection<Insight> insights)
The list of identified insights in the analysis report.
|
AnalysisReport.Builder |
insights(Consumer<Insight.Builder>... insights)
The list of identified insights in the analysis report.
|
AnalysisReport.Builder |
insights(Insight... insights)
The list of identified insights in the analysis report.
|
AnalysisReport.Builder |
serviceType(ServiceType serviceType)
List the tags for the Amazon Web Services service for which Performance Insights returns metrics.
|
AnalysisReport.Builder |
serviceType(String serviceType)
List the tags for the Amazon Web Services service for which Performance Insights returns metrics.
|
AnalysisReport.Builder |
startTime(Instant startTime)
The analysis start time in the report.
|
AnalysisReport.Builder |
status(AnalysisStatus status)
The status of the created analysis report.
|
AnalysisReport.Builder |
status(String status)
The status of the created analysis report.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalysisReport.Builder analysisReportId(String analysisReportId)
The name of the analysis report.
analysisReportId - The name of the analysis report.AnalysisReport.Builder identifier(String identifier)
The unique identifier of the analysis report.
identifier - The unique identifier of the analysis report.AnalysisReport.Builder serviceType(String serviceType)
List the tags for the Amazon Web Services service for which Performance Insights returns metrics. Valid values are as follows:
RDS
DOCDB
serviceType - List the tags for the Amazon Web Services service for which Performance Insights returns metrics.
Valid values are as follows:
RDS
DOCDB
ServiceType,
ServiceTypeAnalysisReport.Builder serviceType(ServiceType serviceType)
List the tags for the Amazon Web Services service for which Performance Insights returns metrics. Valid values are as follows:
RDS
DOCDB
serviceType - List the tags for the Amazon Web Services service for which Performance Insights returns metrics.
Valid values are as follows:
RDS
DOCDB
ServiceType,
ServiceTypeAnalysisReport.Builder createTime(Instant createTime)
The time you created the analysis report.
createTime - The time you created the analysis report.AnalysisReport.Builder startTime(Instant startTime)
The analysis start time in the report.
startTime - The analysis start time in the report.AnalysisReport.Builder endTime(Instant endTime)
The analysis end time in the report.
endTime - The analysis end time in the report.AnalysisReport.Builder status(String status)
The status of the created analysis report.
status - The status of the created analysis report.AnalysisStatus,
AnalysisStatusAnalysisReport.Builder status(AnalysisStatus status)
The status of the created analysis report.
status - The status of the created analysis report.AnalysisStatus,
AnalysisStatusAnalysisReport.Builder insights(Collection<Insight> insights)
The list of identified insights in the analysis report.
insights - The list of identified insights in the analysis report.AnalysisReport.Builder insights(Insight... insights)
The list of identified insights in the analysis report.
insights - The list of identified insights in the analysis report.AnalysisReport.Builder insights(Consumer<Insight.Builder>... insights)
The list of identified insights in the analysis report.
This is a convenience method that creates an instance of theInsight.Builder avoiding the need to create one manually via
Insight.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #insights(List.
insights - a consumer that will call methods on Insight.Builder#insights(java.util.Collection) Copyright © 2023. All rights reserved.