Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ModuleInfo.Builder
-
Packages that use ModuleInfo.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of ModuleInfo.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ModuleInfo.Builder Modifier and Type Method Description static ModuleInfo.BuilderModuleInfo. builder()ModuleInfo.BuilderModuleInfo.Builder. logicalIdHierarchy(String logicalIdHierarchy)A concatenated list of the logical IDs of the module or modules that contains the resource.ModuleInfo.BuilderModuleInfo. toBuilder()ModuleInfo.BuilderModuleInfo.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.Builder Modifier and Type Method Description static Class<? extends ModuleInfo.Builder>ModuleInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type ModuleInfo.Builder Modifier and Type Method Description default 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.
-