public static interface FindingsReportSummary.Builder extends SdkPojo, CopyableBuilder<FindingsReportSummary.Builder,FindingsReportSummary>
Modifier and Type | Method and Description |
---|---|
FindingsReportSummary.Builder |
id(String id)
The universally unique identifier (UUID) of the recommendation report.
|
FindingsReportSummary.Builder |
profileEndTime(Instant profileEndTime)
The end time of the period during which the metric is flagged as anomalous.
|
FindingsReportSummary.Builder |
profileStartTime(Instant profileStartTime)
The start time of the profile the analysis data is about.
|
FindingsReportSummary.Builder |
profilingGroupName(String profilingGroupName)
The name of the profiling group that is associated with the analysis data.
|
FindingsReportSummary.Builder |
totalNumberOfFindings(Integer totalNumberOfFindings)
The total number of different recommendations that were found by the analysis.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
FindingsReportSummary.Builder id(String id)
The universally unique identifier (UUID) of the recommendation report.
id
- The universally unique identifier (UUID) of the recommendation report.FindingsReportSummary.Builder profileEndTime(Instant profileEndTime)
The end time of the period during which the metric is flagged as anomalous. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
profileEndTime
- The end time of the period during which the metric is flagged as anomalous. This is specified using
the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020
1:15:02 PM UTC.FindingsReportSummary.Builder profileStartTime(Instant profileStartTime)
The start time of the profile the analysis data is about. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
profileStartTime
- The start time of the profile the analysis data is about. This is specified using the ISO 8601 format.
For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.FindingsReportSummary.Builder profilingGroupName(String profilingGroupName)
The name of the profiling group that is associated with the analysis data.
profilingGroupName
- The name of the profiling group that is associated with the analysis data.FindingsReportSummary.Builder totalNumberOfFindings(Integer totalNumberOfFindings)
The total number of different recommendations that were found by the analysis.
totalNumberOfFindings
- The total number of different recommendations that were found by the analysis.