public static interface ListTestRecommendationsResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<ListTestRecommendationsResponse.Builder,ListTestRecommendationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTestRecommendationsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListTestRecommendationsResponse.Builder |
testRecommendations(Collection<TestRecommendation> testRecommendations)
The test recommendations for the Resilience Hub application.
|
ListTestRecommendationsResponse.Builder |
testRecommendations(Consumer<TestRecommendation.Builder>... testRecommendations)
The test recommendations for the Resilience Hub application.
|
ListTestRecommendationsResponse.Builder |
testRecommendations(TestRecommendation... testRecommendations)
The test recommendations for the Resilience Hub application.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTestRecommendationsResponse.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.ListTestRecommendationsResponse.Builder testRecommendations(Collection<TestRecommendation> testRecommendations)
The test recommendations for the Resilience Hub application.
testRecommendations - The test recommendations for the Resilience Hub application.ListTestRecommendationsResponse.Builder testRecommendations(TestRecommendation... testRecommendations)
The test recommendations for the Resilience Hub application.
testRecommendations - The test recommendations for the Resilience Hub application.ListTestRecommendationsResponse.Builder testRecommendations(Consumer<TestRecommendation.Builder>... testRecommendations)
The test recommendations for the Resilience Hub application.
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 #testRecommendations(List) .testRecommendations - a consumer that will call methods on List.Builder #testRecommendations(List) Copyright © 2021. All rights reserved.