public static interface ListAppVersionAppComponentsRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<ListAppVersionAppComponentsRequest.Builder,ListAppVersionAppComponentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAppVersionAppComponentsRequest.Builder |
appArn(String appArn)
The Amazon Resource Name (ARN) of the Resilience Hub application.
|
ListAppVersionAppComponentsRequest.Builder |
appVersion(String appVersion)
The version of the Application Component.
|
ListAppVersionAppComponentsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of Application Components to be displayed per Resilience Hub application version.
|
ListAppVersionAppComponentsRequest.Builder |
nextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
|
ListAppVersionAppComponentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAppVersionAppComponentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppVersionAppComponentsRequest.Builder appArn(String appArn)
The 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 - The 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.ListAppVersionAppComponentsRequest.Builder appVersion(String appVersion)
The version of the Application Component.
appVersion - The version of the Application Component.ListAppVersionAppComponentsRequest.Builder maxResults(Integer maxResults)
Maximum number of Application Components to be displayed per Resilience Hub application version.
maxResults - Maximum number of Application Components to be displayed per Resilience Hub application version.ListAppVersionAppComponentsRequest.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.ListAppVersionAppComponentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAppVersionAppComponentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.