Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ModuleInfo.Builder
Packages that use ModuleInfo.Builder
-
Uses of ModuleInfo.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ModuleInfo.BuilderModifier and TypeMethodDescriptionstatic ModuleInfo.BuilderModuleInfo.builder()ModuleInfo.Builder.logicalIdHierarchy(String logicalIdHierarchy) A concatenated list of the logical IDs of the module or modules that contains the resource.ModuleInfo.toBuilder()ModuleInfo.Builder.typeHierarchy(String typeHierarchy) A concatenated list of the module type or types that contains the resource.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ModuleInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModuleInfo.Builder>ModuleInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type ModuleInfo.BuilderModifier and TypeMethodDescriptiondefault ResourceChange.BuilderResourceChange.Builder.moduleInfo(Consumer<ModuleInfo.Builder> moduleInfo) Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.default StackResource.BuilderStackResource.Builder.moduleInfo(Consumer<ModuleInfo.Builder> moduleInfo) Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.default StackResourceDetail.BuilderStackResourceDetail.Builder.moduleInfo(Consumer<ModuleInfo.Builder> moduleInfo) Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.default StackResourceDrift.BuilderStackResourceDrift.Builder.moduleInfo(Consumer<ModuleInfo.Builder> moduleInfo) Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.default StackResourceSummary.BuilderStackResourceSummary.Builder.moduleInfo(Consumer<ModuleInfo.Builder> moduleInfo) Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.