public static interface ListAppVersionResourceMappingsResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<ListAppVersionResourceMappingsResponse.Builder,ListAppVersionResourceMappingsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAppVersionResourceMappingsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListAppVersionResourceMappingsResponse.Builder |
resourceMappings(Collection<ResourceMapping> resourceMappings)
Mappings used to map logical resources from the template to physical resources.
|
ListAppVersionResourceMappingsResponse.Builder |
resourceMappings(Consumer<ResourceMapping.Builder>... resourceMappings)
Mappings used to map logical resources from the template to physical resources.
|
ListAppVersionResourceMappingsResponse.Builder |
resourceMappings(ResourceMapping... resourceMappings)
Mappings used to map logical resources from the template to physical resources.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppVersionResourceMappingsResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.ListAppVersionResourceMappingsResponse.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.ListAppVersionResourceMappingsResponse.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.ListAppVersionResourceMappingsResponse.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.