Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ResourceLocation.Builder
-
Packages that use ResourceLocation.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of ResourceLocation.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ResourceLocation.Builder Modifier and Type Method Description static ResourceLocation.BuilderResourceLocation. builder()ResourceLocation.BuilderResourceLocation.Builder. logicalResourceId(String logicalResourceId)The logical name of the resource specified in the template.ResourceLocation.BuilderResourceLocation.Builder. stackName(String stackName)The name associated with the stack.ResourceLocation.BuilderResourceLocation. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ResourceLocation.Builder Modifier and Type Method Description static Class<? extends ResourceLocation.Builder>ResourceLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type ResourceLocation.Builder Modifier and Type Method Description default 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.
-