| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static ModuleInfo.Builder |
ModuleInfo.builder() |
ModuleInfo.Builder |
ModuleInfo.Builder.logicalIdHierarchy(String logicalIdHierarchy)
A concantenated list of the logical IDs of the module or modules containing the resource.
|
ModuleInfo.Builder |
ModuleInfo.toBuilder() |
ModuleInfo.Builder |
ModuleInfo.Builder.typeHierarchy(String typeHierarchy)
A concantenated list of the the module type or types containing the resource.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModuleInfo.Builder> |
ModuleInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StackResourceDetail.Builder |
StackResourceDetail.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.Builder |
StackResourceSummary.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.Builder |
StackResource.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.Builder |
StackResourceDrift.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 ResourceChange.Builder |
ResourceChange.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.
|
Copyright © 2021. All rights reserved.