public static interface ListRecommendationTemplatesRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<ListRecommendationTemplatesRequest.Builder,ListRecommendationTemplatesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRecommendationTemplatesRequest.Builder assessmentArn(String assessmentArn)
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 guide.
assessmentArn - 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 guide.ListRecommendationTemplatesRequest.Builder maxResults(Integer maxResults)
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 - 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)
Status of the action.
status - Status of the action.ListRecommendationTemplatesRequest.Builder statusWithStrings(String... status)
Status of the action.
status - Status of the action.ListRecommendationTemplatesRequest.Builder status(Collection<RecommendationTemplateStatus> status)
Status of the action.
status - Status of the action.ListRecommendationTemplatesRequest.Builder status(RecommendationTemplateStatus... status)
Status of the action.
status - 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 © 2023. All rights reserved.