public static interface ListAppVersionsRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<ListAppVersionsRequest.Builder,ListAppVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAppVersionsRequest.Builder |
appArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
ListAppVersionsRequest.Builder |
endTime(Instant endTime)
Upper limit of the time range to filter the application versions.
|
ListAppVersionsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results to include in the response.
|
ListAppVersionsRequest.Builder |
nextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
|
ListAppVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAppVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAppVersionsRequest.Builder |
startTime(Instant startTime)
Lower limit of the time range to filter the application versions.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppVersionsRequest.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 AWS 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 AWS General Reference guide.ListAppVersionsRequest.Builder endTime(Instant endTime)
Upper limit of the time range to filter the application versions.
endTime - Upper limit of the time range to filter the application versions.ListAppVersionsRequest.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.ListAppVersionsRequest.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.ListAppVersionsRequest.Builder startTime(Instant startTime)
Lower limit of the time range to filter the application versions.
startTime - Lower limit of the time range to filter the application versions.ListAppVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAppVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.