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