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 method that creates an instance of theAnomaly.Builder avoiding the need to create
one manually via Anomaly.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #anomalies(List.
anomalies - a consumer that will call methods on
Anomaly.Builder#anomalies(java.util.Collection) 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 method that creates an instance of theRecommendation.Builder avoiding the need to
create one manually via
Recommendation.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #recommendations(List.
recommendations - a consumer that will call methods on
Recommendation.Builder#recommendations(java.util.Collection) Copyright © 2023. All rights reserved.