Uses of Interface
software.amazon.awssdk.services.pi.model.AnalysisReportSummary.Builder
Packages that use AnalysisReportSummary.Builder
-
Uses of AnalysisReportSummary.Builder in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return AnalysisReportSummary.BuilderModifier and TypeMethodDescriptionAnalysisReportSummary.Builder.analysisReportId(String analysisReportId) The name of the analysis report.AnalysisReportSummary.builder()AnalysisReportSummary.Builder.createTime(Instant createTime) The time you created the analysis report.The end time of the analysis in the report.The start time of the analysis in the report.The status of the analysis report.AnalysisReportSummary.Builder.status(AnalysisStatus 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.List of all the tags added to the analysis report.AnalysisReportSummary.toBuilder()Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type AnalysisReportSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AnalysisReportSummary.Builder>AnalysisReportSummary.serializableBuilderClass()