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