public static interface DescribeAppVersionAppComponentResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<DescribeAppVersionAppComponentResponse.Builder,DescribeAppVersionAppComponentResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAppVersionAppComponentResponse.Builder |
appArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
DescribeAppVersionAppComponentResponse.Builder |
appComponent(AppComponent appComponent)
List of Application Components that belong to this resource.
|
default DescribeAppVersionAppComponentResponse.Builder |
appComponent(Consumer<AppComponent.Builder> appComponent)
List of Application Components that belong to this resource.
|
DescribeAppVersionAppComponentResponse.Builder |
appVersion(String appVersion)
Resilience Hub application version.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAppVersionAppComponentResponse.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.DescribeAppVersionAppComponentResponse.Builder appComponent(AppComponent appComponent)
List of Application Components that belong to this resource.
appComponent - List of Application Components that belong to this resource.default DescribeAppVersionAppComponentResponse.Builder appComponent(Consumer<AppComponent.Builder> appComponent)
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)
Resilience Hub application version.
appVersion - Resilience Hub application version.Copyright © 2023. All rights reserved.