public static interface ListAppComponentRecommendationsRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<ListAppComponentRecommendationsRequest.Builder,ListAppComponentRecommendationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAppComponentRecommendationsRequest.Builder |
assessmentArn(String assessmentArn)
Amazon Resource Name (ARN) of the assessment.
|
ListAppComponentRecommendationsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results to include in the response.
|
ListAppComponentRecommendationsRequest.Builder |
nextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
|
ListAppComponentRecommendationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAppComponentRecommendationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppComponentRecommendationsRequest.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.ListAppComponentRecommendationsRequest.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.ListAppComponentRecommendationsRequest.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.ListAppComponentRecommendationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAppComponentRecommendationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.