public static interface GetRecommendationsResponse.Builder extends CodeGuruProfilerResponse.Builder, SdkPojo, CopyableBuilder<GetRecommendationsResponse.Builder,GetRecommendationsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetRecommendationsResponse.Builder |
anomalies(Anomaly... anomalies)
The list of anomalies that the analysis has found for this profile.
|
GetRecommendationsResponse.Builder |
anomalies(Collection<Anomaly> anomalies)
The list of anomalies that the analysis has found for this profile.
|
GetRecommendationsResponse.Builder |
anomalies(Consumer<Anomaly.Builder>... anomalies)
The list of anomalies that the analysis has found for this profile.
|
GetRecommendationsResponse.Builder |
profileEndTime(Instant profileEndTime)
The end time of the profile the analysis data is about.
|
GetRecommendationsResponse.Builder |
profileStartTime(Instant profileStartTime)
The start time of the profile the analysis data is about.
|
GetRecommendationsResponse.Builder |
profilingGroupName(String profilingGroupName)
The name of the profiling group the analysis data is about.
|
GetRecommendationsResponse.Builder |
recommendations(Collection<Recommendation> recommendations)
The list of recommendations that the analysis found for this profile.
|
GetRecommendationsResponse.Builder |
recommendations(Consumer<Recommendation.Builder>... recommendations)
The list of recommendations that the analysis found for this profile.
|
GetRecommendationsResponse.Builder |
recommendations(Recommendation... recommendations)
The list of recommendations that the analysis found for this profile.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRecommendationsResponse.Builder anomalies(Collection<Anomaly> anomalies)
The list of anomalies that the analysis has found for this profile.
anomalies - The list of anomalies that the analysis has found for this profile.GetRecommendationsResponse.Builder anomalies(Anomaly... anomalies)
The list of anomalies that the analysis has found for this profile.
anomalies - The list of anomalies that the analysis has found for this profile.GetRecommendationsResponse.Builder anomalies(Consumer<Anomaly.Builder>... anomalies)
The list of anomalies that the analysis has found for this profile.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #anomalies(List) .anomalies - a consumer that will call methods on List.Builder #anomalies(List) GetRecommendationsResponse.Builder profileEndTime(Instant profileEndTime)
The end 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.
profileEndTime - The end 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.GetRecommendationsResponse.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.GetRecommendationsResponse.Builder profilingGroupName(String profilingGroupName)
The name of the profiling group the analysis data is about.
profilingGroupName - The name of the profiling group the analysis data is about.GetRecommendationsResponse.Builder recommendations(Collection<Recommendation> recommendations)
The list of recommendations that the analysis found for this profile.
recommendations - The list of recommendations that the analysis found for this profile.GetRecommendationsResponse.Builder recommendations(Recommendation... recommendations)
The list of recommendations that the analysis found for this profile.
recommendations - The list of recommendations that the analysis found for this profile.GetRecommendationsResponse.Builder recommendations(Consumer<Recommendation.Builder>... recommendations)
The list of recommendations that the analysis found for this profile.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #recommendations(List) .recommendations - a consumer that will call methods on List.Builder #recommendations(List) Copyright © 2021. All rights reserved.