Uses of Interface
software.amazon.awssdk.services.pi.model.AnalysisReport.Builder
Packages that use AnalysisReport.Builder
-
Uses of AnalysisReport.Builder in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return AnalysisReport.BuilderModifier and TypeMethodDescriptionAnalysisReport.Builder.analysisReportId(String analysisReportId) The name of the analysis report.static AnalysisReport.BuilderAnalysisReport.builder()AnalysisReport.Builder.createTime(Instant createTime) The time you created the analysis report.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.The list of identified insights in the analysis report.AnalysisReport.Builder.serviceType(String serviceType) List the tags for the Amazon Web Services service for which Performance Insights returns metrics.AnalysisReport.Builder.serviceType(ServiceType serviceType) List the tags for the Amazon Web Services service for which Performance Insights returns metrics.The analysis start time in the report.The status of the created analysis report.AnalysisReport.Builder.status(AnalysisStatus status) The status of the created analysis report.AnalysisReport.toBuilder()Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type AnalysisReport.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AnalysisReport.Builder>AnalysisReport.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pi.model with type arguments of type AnalysisReport.BuilderModifier and TypeMethodDescriptionGetPerformanceAnalysisReportResponse.Builder.analysisReport(Consumer<AnalysisReport.Builder> analysisReport) The summary of the performance analysis report created for a time period.