public static interface ListAppsRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<ListAppsRequest.Builder,ListAppsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAppsRequest.Builder |
appArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
ListAppsRequest.Builder |
fromLastAssessmentTime(Instant fromLastAssessmentTime)
Indicates the lower limit of the range that is used to filter applications based on their last assessment
times.
|
ListAppsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results to include in the response.
|
ListAppsRequest.Builder |
name(String name)
The name for the one of the listed applications.
|
ListAppsRequest.Builder |
nextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
|
ListAppsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAppsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAppsRequest.Builder |
reverseOrder(Boolean reverseOrder)
The application list is sorted based on the values of
lastAppComplianceEvaluationTime field. |
ListAppsRequest.Builder |
toLastAssessmentTime(Instant toLastAssessmentTime)
Indicates the upper limit of the range that is used to filter the applications based on their last assessment
times.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppsRequest.Builder appArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For
more information about ARNs, see Amazon Resource Names
(ARNs) in the Amazon Web Services General Reference guide.
appArn - Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id.
For more information about ARNs, see Amazon Resource
Names (ARNs) in the Amazon Web Services General Reference guide.ListAppsRequest.Builder fromLastAssessmentTime(Instant fromLastAssessmentTime)
Indicates the lower limit of the range that is used to filter applications based on their last assessment times.
fromLastAssessmentTime - Indicates the lower limit of the range that is used to filter applications based on their last
assessment times.ListAppsRequest.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.ListAppsRequest.Builder name(String name)
The name for the one of the listed applications.
name - The name for the one of the listed applications.ListAppsRequest.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.ListAppsRequest.Builder reverseOrder(Boolean reverseOrder)
The application list is sorted based on the values of lastAppComplianceEvaluationTime field. By
default, application list is sorted in ascending order. To sort the appliation list in descending order, set
this field to True.
reverseOrder - The application list is sorted based on the values of lastAppComplianceEvaluationTime
field. By default, application list is sorted in ascending order. To sort the appliation list in
descending order, set this field to True.ListAppsRequest.Builder toLastAssessmentTime(Instant toLastAssessmentTime)
Indicates the upper limit of the range that is used to filter the applications based on their last assessment times.
toLastAssessmentTime - Indicates the upper limit of the range that is used to filter the applications based on their last
assessment times.ListAppsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAppsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.