| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
static FindingsReportSummary.Builder |
FindingsReportSummary.builder() |
FindingsReportSummary.Builder |
FindingsReportSummary.Builder.id(String id)
The universally unique identifier (UUID) of the recommendation report.
|
FindingsReportSummary.Builder |
FindingsReportSummary.Builder.profileEndTime(Instant profileEndTime)
The end time of the period during which the metric is flagged as anomalous.
|
FindingsReportSummary.Builder |
FindingsReportSummary.Builder.profileStartTime(Instant profileStartTime)
The start time of the profile the analysis data is about.
|
FindingsReportSummary.Builder |
FindingsReportSummary.Builder.profilingGroupName(String profilingGroupName)
The name of the profiling group that is associated with the analysis data.
|
FindingsReportSummary.Builder |
FindingsReportSummary.toBuilder() |
FindingsReportSummary.Builder |
FindingsReportSummary.Builder.totalNumberOfFindings(Integer totalNumberOfFindings)
The total number of different recommendations that were found by the analysis.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FindingsReportSummary.Builder> |
FindingsReportSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.