Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ResourceLocation.Builder
Packages that use ResourceLocation.Builder
-
Uses of ResourceLocation.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ResourceLocation.BuilderModifier and TypeMethodDescriptionstatic ResourceLocation.BuilderResourceLocation.builder()ResourceLocation.Builder.logicalResourceId(String logicalResourceId) The logical name of the resource specified in the template.The name associated with the stack.ResourceLocation.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ResourceLocation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ResourceLocation.Builder>ResourceLocation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type ResourceLocation.BuilderModifier and TypeMethodDescriptiondefault ResourceMapping.BuilderResourceMapping.Builder.destination(Consumer<ResourceLocation.Builder> destination) The destination stackStackNameandLogicalResourceIdfor the resource being refactored.default ResourceMapping.BuilderResourceMapping.Builder.source(Consumer<ResourceLocation.Builder> source) The source stackStackNameandLogicalResourceIdfor the resource being refactored.