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