Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ResourceMapping.Builder
-
Packages that use ResourceMapping.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of ResourceMapping.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ResourceMapping.Builder Modifier and Type Method Description static ResourceMapping.BuilderResourceMapping. builder()default ResourceMapping.BuilderResourceMapping.Builder. destination(Consumer<ResourceLocation.Builder> destination)The destination stackStackNameandLogicalResourceIdfor the resource being refactored.ResourceMapping.BuilderResourceMapping.Builder. destination(ResourceLocation destination)The destination stackStackNameandLogicalResourceIdfor the resource being refactored.default ResourceMapping.BuilderResourceMapping.Builder. source(Consumer<ResourceLocation.Builder> source)The source stackStackNameandLogicalResourceIdfor the resource being refactored.ResourceMapping.BuilderResourceMapping.Builder. source(ResourceLocation source)The source stackStackNameandLogicalResourceIdfor the resource being refactored.ResourceMapping.BuilderResourceMapping. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ResourceMapping.Builder Modifier and Type Method Description static Class<? extends ResourceMapping.Builder>ResourceMapping. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type ResourceMapping.Builder Modifier and Type Method Description default StackRefactorAction.BuilderStackRefactorAction.Builder. resourceMapping(Consumer<ResourceMapping.Builder> resourceMapping)The mapping for the stack resourceSourceand stack resourceDestination.
-