GetRecommendationsResponse.Builder |
GetRecommendationsResponse.Builder.anomalies(Collection<Anomaly> anomalies) |
The list of anomalies that the analysis has found for this profile.
|
GetRecommendationsResponse.Builder |
GetRecommendationsResponse.Builder.anomalies(Consumer<Anomaly.Builder>... anomalies) |
The list of anomalies that the analysis has found for this profile.
|
GetRecommendationsResponse.Builder |
GetRecommendationsResponse.Builder.anomalies(Anomaly... anomalies) |
The list of anomalies that the analysis has found for this profile.
|
static GetRecommendationsResponse.Builder |
GetRecommendationsResponse.builder() |
|
GetRecommendationsResponse.Builder |
GetRecommendationsResponse.Builder.profileEndTime(Instant profileEndTime) |
The end time of the profile the analysis data is about.
|
GetRecommendationsResponse.Builder |
GetRecommendationsResponse.Builder.profileStartTime(Instant profileStartTime) |
The start time of the profile the analysis data is about.
|
GetRecommendationsResponse.Builder |
GetRecommendationsResponse.Builder.profilingGroupName(String profilingGroupName) |
The name of the profiling group the analysis data is about.
|
GetRecommendationsResponse.Builder |
GetRecommendationsResponse.Builder.recommendations(Collection<Recommendation> recommendations) |
The list of recommendations that the analysis found for this profile.
|
GetRecommendationsResponse.Builder |
GetRecommendationsResponse.Builder.recommendations(Consumer<Recommendation.Builder>... recommendations) |
The list of recommendations that the analysis found for this profile.
|
GetRecommendationsResponse.Builder |
GetRecommendationsResponse.Builder.recommendations(Recommendation... recommendations) |
The list of recommendations that the analysis found for this profile.
|
GetRecommendationsResponse.Builder |
GetRecommendationsResponse.toBuilder() |
|