public static interface AddDraftAppVersionResourceMappingsResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<AddDraftAppVersionResourceMappingsResponse.Builder,AddDraftAppVersionResourceMappingsResponse>
| Modifier and Type | Method and Description |
|---|---|
AddDraftAppVersionResourceMappingsResponse.Builder |
appArn(String appArn)
The Amazon Resource Name (ARN) of the application.
|
AddDraftAppVersionResourceMappingsResponse.Builder |
appVersion(String appVersion)
The version of the application.
|
AddDraftAppVersionResourceMappingsResponse.Builder |
resourceMappings(Collection<ResourceMapping> resourceMappings)
Mappings used to map logical resources from the template to physical resources.
|
AddDraftAppVersionResourceMappingsResponse.Builder |
resourceMappings(Consumer<ResourceMapping.Builder>... resourceMappings)
Mappings used to map logical resources from the template to physical resources.
|
AddDraftAppVersionResourceMappingsResponse.Builder |
resourceMappings(ResourceMapping... resourceMappings)
Mappings used to map logical resources from the template to physical resources.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddDraftAppVersionResourceMappingsResponse.Builder appArn(String appArn)
The Amazon Resource Name (ARN) of the 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.
appArn - The Amazon Resource Name (ARN) of the 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.AddDraftAppVersionResourceMappingsResponse.Builder appVersion(String appVersion)
The version of the application.
appVersion - The version of the application.AddDraftAppVersionResourceMappingsResponse.Builder resourceMappings(Collection<ResourceMapping> resourceMappings)
Mappings used to map logical resources from the template to physical resources. You can use the mapping type
CFN_STACK if the application template uses a logical stack name. Or you can map individual
resources by using the mapping type RESOURCE. We recommend using the mapping type
CFN_STACK if the application is backed by a CloudFormation stack.
resourceMappings - Mappings used to map logical resources from the template to physical resources. You can use the
mapping type CFN_STACK if the application template uses a logical stack name. Or you can
map individual resources by using the mapping type RESOURCE. We recommend using the
mapping type CFN_STACK if the application is backed by a CloudFormation stack.AddDraftAppVersionResourceMappingsResponse.Builder resourceMappings(ResourceMapping... resourceMappings)
Mappings used to map logical resources from the template to physical resources. You can use the mapping type
CFN_STACK if the application template uses a logical stack name. Or you can map individual
resources by using the mapping type RESOURCE. We recommend using the mapping type
CFN_STACK if the application is backed by a CloudFormation stack.
resourceMappings - Mappings used to map logical resources from the template to physical resources. You can use the
mapping type CFN_STACK if the application template uses a logical stack name. Or you can
map individual resources by using the mapping type RESOURCE. We recommend using the
mapping type CFN_STACK if the application is backed by a CloudFormation stack.AddDraftAppVersionResourceMappingsResponse.Builder resourceMappings(Consumer<ResourceMapping.Builder>... resourceMappings)
Mappings used to map logical resources from the template to physical resources. You can use the mapping type
CFN_STACK if the application template uses a logical stack name. Or you can map individual
resources by using the mapping type RESOURCE. We recommend using the mapping type
CFN_STACK if the application is backed by a CloudFormation stack.
ResourceMapping.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 © 2022. All rights reserved.