public static interface ListSopRecommendationsResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<ListSopRecommendationsResponse.Builder,ListSopRecommendationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSopRecommendationsResponse.Builder |
nextToken(String nextToken)
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)
Token for the next set of results, or null if there are no more results.
nextToken - 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 method that creates an instance of theSopRecommendation.Builder avoiding the need to
create one manually via
SopRecommendation.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #sopRecommendations(List.
sopRecommendations - a consumer that will call methods on
SopRecommendation.Builder#sopRecommendations(java.util.Collection) Copyright © 2023. All rights reserved.