public static interface DeleteAppVersionAppComponentResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<DeleteAppVersionAppComponentResponse.Builder,DeleteAppVersionAppComponentResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteAppVersionAppComponentResponse.Builder |
appArn(String appArn)
The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
|
DeleteAppVersionAppComponentResponse.Builder |
appComponent(AppComponent appComponent)
Sets the value of the AppComponent property for this object.
|
default DeleteAppVersionAppComponentResponse.Builder |
appComponent(Consumer<AppComponent.Builder> appComponent)
Sets the value of the AppComponent property for this object.
|
DeleteAppVersionAppComponentResponse.Builder |
appVersion(String appVersion)
The AWS Resilience Hub application version.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteAppVersionAppComponentResponse.Builder appArn(String appArn)
The Amazon Resource Name (ARN) of the AWS 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 AWS 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)
appComponent - The new value for the AppComponent property for this object.default DeleteAppVersionAppComponentResponse.Builder appComponent(Consumer<AppComponent.Builder> appComponent)
AppComponent.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)
The AWS Resilience Hub application version.
appVersion - The AWS Resilience Hub application version.Copyright © 2023. All rights reserved.