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