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