public static interface ListRecommendationTemplatesRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<ListRecommendationTemplatesRequest.Builder,ListRecommendationTemplatesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRecommendationTemplatesRequest.Builder assessmentArn(String assessmentArn)
The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition
:resiliencehub:region:account:app-assessment/app-id. For more
information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference.
assessmentArn - The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:
partition:resiliencehub:region:account:app-assessment/
app-id. For more information about ARNs, see Amazon Resource
Names (ARNs) in the AWS General Reference.ListRecommendationTemplatesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to include in the response. If more results exist than the specified
MaxResults value, a token is included in the response so that the remaining results can be
retrieved.
maxResults - The maximum number of results to include in the response. If more results exist than the specified
MaxResults value, a token is included in the response so that the remaining results can
be retrieved.ListRecommendationTemplatesRequest.Builder name(String name)
The name for one of the listed recommendation templates.
name - The name for one of the listed recommendation templates.ListRecommendationTemplatesRequest.Builder nextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
nextToken - Null, or the token from a previous call to get the next set of results.ListRecommendationTemplatesRequest.Builder recommendationTemplateArn(String recommendationTemplateArn)
The Amazon Resource Name (ARN) for a recommendation template.
recommendationTemplateArn - The Amazon Resource Name (ARN) for a recommendation template.ListRecommendationTemplatesRequest.Builder reverseOrder(Boolean reverseOrder)
The default is to sort by ascending startTime. To sort by descending startTime, set
reverseOrder to true.
reverseOrder - The default is to sort by ascending startTime. To sort by descending startTime, set
reverseOrder to true.ListRecommendationTemplatesRequest.Builder statusWithStrings(Collection<String> status)
The status of the action.
status - The status of the action.ListRecommendationTemplatesRequest.Builder statusWithStrings(String... status)
The status of the action.
status - The status of the action.ListRecommendationTemplatesRequest.Builder status(Collection<RecommendationTemplateStatus> status)
The status of the action.
status - The status of the action.ListRecommendationTemplatesRequest.Builder status(RecommendationTemplateStatus... status)
The status of the action.
status - The status of the action.ListRecommendationTemplatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRecommendationTemplatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.