public static interface ListAppComponentRecommendationsResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<ListAppComponentRecommendationsResponse.Builder,ListAppComponentRecommendationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAppComponentRecommendationsResponse.Builder |
componentRecommendations(Collection<ComponentRecommendation> componentRecommendations)
The recommendations for an Resilience Hub application component, returned as an object.
|
ListAppComponentRecommendationsResponse.Builder |
componentRecommendations(ComponentRecommendation... componentRecommendations)
The recommendations for an Resilience Hub application component, returned as an object.
|
ListAppComponentRecommendationsResponse.Builder |
componentRecommendations(Consumer<ComponentRecommendation.Builder>... componentRecommendations)
The recommendations for an Resilience Hub application component, returned as an object.
|
ListAppComponentRecommendationsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppComponentRecommendationsResponse.Builder componentRecommendations(Collection<ComponentRecommendation> componentRecommendations)
The recommendations for an Resilience Hub application component, returned as an object. This object contains component names, configuration recommendations, and recommendation statuses.
componentRecommendations - The recommendations for an Resilience Hub application component, returned as an object. This object
contains component names, configuration recommendations, and recommendation statuses.ListAppComponentRecommendationsResponse.Builder componentRecommendations(ComponentRecommendation... componentRecommendations)
The recommendations for an Resilience Hub application component, returned as an object. This object contains component names, configuration recommendations, and recommendation statuses.
componentRecommendations - The recommendations for an Resilience Hub application component, returned as an object. This object
contains component names, configuration recommendations, and recommendation statuses.ListAppComponentRecommendationsResponse.Builder componentRecommendations(Consumer<ComponentRecommendation.Builder>... componentRecommendations)
The recommendations for an Resilience Hub application component, returned as an object. This object contains component names, configuration recommendations, and recommendation statuses.
This is a convenience method that creates an instance of theComponentRecommendation.Builder avoiding the need
to create one manually via
ComponentRecommendation.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #componentRecommendations(List.
componentRecommendations - a consumer that will call methods on
ComponentRecommendation.Builder#componentRecommendations(java.util.Collection) ListAppComponentRecommendationsResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.Copyright © 2022. All rights reserved.