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