public static interface DeleteAppInputSourceResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<DeleteAppInputSourceResponse.Builder,DeleteAppInputSourceResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteAppInputSourceResponse.Builder |
appArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
DeleteAppInputSourceResponse.Builder |
appInputSource(AppInputSource appInputSource)
Name of the input source from where the application resource is imported from.
|
default DeleteAppInputSourceResponse.Builder |
appInputSource(Consumer<AppInputSource.Builder> appInputSource)
Name of the input source from where the application resource is imported from.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteAppInputSourceResponse.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.DeleteAppInputSourceResponse.Builder appInputSource(AppInputSource appInputSource)
Name of the input source from where the application resource is imported from.
appInputSource - Name of the input source from where the application resource is imported from.default DeleteAppInputSourceResponse.Builder appInputSource(Consumer<AppInputSource.Builder> appInputSource)
Name of the input source from where the application resource is imported from.
This is a convenience method that creates an instance of theAppInputSource.Builder avoiding the need
to create one manually via AppInputSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to appInputSource(AppInputSource).
appInputSource - a consumer that will call methods on AppInputSource.BuilderappInputSource(AppInputSource)Copyright © 2023. All rights reserved.