public static interface AddDraftAppVersionResourceMappingsResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<AddDraftAppVersionResourceMappingsResponse.Builder,AddDraftAppVersionResourceMappingsResponse>
| Modifier and Type | Method and Description |
|---|---|
AddDraftAppVersionResourceMappingsResponse.Builder |
appArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
AddDraftAppVersionResourceMappingsResponse.Builder |
appVersion(String appVersion)
The version of the application.
|
AddDraftAppVersionResourceMappingsResponse.Builder |
resourceMappings(Collection<ResourceMapping> resourceMappings)
List of sources that are used to map a logical resource from the template to a physical resource.
|
AddDraftAppVersionResourceMappingsResponse.Builder |
resourceMappings(Consumer<ResourceMapping.Builder>... resourceMappings)
List of sources that are used to map a logical resource from the template to a physical resource.
|
AddDraftAppVersionResourceMappingsResponse.Builder |
resourceMappings(ResourceMapping... resourceMappings)
List of sources that are used to map a logical resource from the template to a physical resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddDraftAppVersionResourceMappingsResponse.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.AddDraftAppVersionResourceMappingsResponse.Builder appVersion(String appVersion)
The version of the application.
appVersion - The version of the application.AddDraftAppVersionResourceMappingsResponse.Builder resourceMappings(Collection<ResourceMapping> resourceMappings)
List of sources that are used to map a logical resource from the template to a physical resource. You can use sources such as CloudFormation, Terraform state files, AppRegistry applications, or Amazon EKS.
resourceMappings - List of sources that are used to map a logical resource from the template to a physical resource. You
can use sources such as CloudFormation, Terraform state files, AppRegistry applications, or Amazon
EKS.AddDraftAppVersionResourceMappingsResponse.Builder resourceMappings(ResourceMapping... resourceMappings)
List of sources that are used to map a logical resource from the template to a physical resource. You can use sources such as CloudFormation, Terraform state files, AppRegistry applications, or Amazon EKS.
resourceMappings - List of sources that are used to map a logical resource from the template to a physical resource. You
can use sources such as CloudFormation, Terraform state files, AppRegistry applications, or Amazon
EKS.AddDraftAppVersionResourceMappingsResponse.Builder resourceMappings(Consumer<ResourceMapping.Builder>... resourceMappings)
List of sources that are used to map a logical resource from the template to a physical resource. You can use sources such as CloudFormation, Terraform state files, AppRegistry applications, or Amazon EKS.
This is a convenience method that creates an instance of theResourceMapping.Builder avoiding the need to
create one manually via ResourceMapping.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #resourceMappings(List.
resourceMappings - a consumer that will call methods on
ResourceMapping.Builder#resourceMappings(java.util.Collection) Copyright © 2023. All rights reserved.