public static interface DescribeAppVersionAppComponentResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<DescribeAppVersionAppComponentResponse.Builder,DescribeAppVersionAppComponentResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAppVersionAppComponentResponse.Builder |
appArn(String appArn)
The Amazon Resource Name (ARN) of the Resilience Hub application.
|
DescribeAppVersionAppComponentResponse.Builder |
appComponent(AppComponent appComponent)
The list of Application Components that belong to this resource.
|
default DescribeAppVersionAppComponentResponse.Builder |
appComponent(Consumer<AppComponent.Builder> appComponent)
The list of Application Components that belong to this resource.
|
DescribeAppVersionAppComponentResponse.Builder |
appVersion(String appVersion)
The Resilience Hub application version.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAppVersionAppComponentResponse.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.DescribeAppVersionAppComponentResponse.Builder appComponent(AppComponent appComponent)
The list of Application Components that belong to this resource.
appComponent - The list of Application Components that belong to this resource.default DescribeAppVersionAppComponentResponse.Builder appComponent(Consumer<AppComponent.Builder> appComponent)
The list of Application Components that belong to this resource.
This is a convenience method that creates an instance of theAppComponent.Builder avoiding the need
to create one manually via AppComponent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to appComponent(AppComponent).
appComponent - a consumer that will call methods on AppComponent.BuilderappComponent(AppComponent)DescribeAppVersionAppComponentResponse.Builder appVersion(String appVersion)
The Resilience Hub application version.
appVersion - The Resilience Hub application version.Copyright © 2023. All rights reserved.