Uses of Interface
software.amazon.awssdk.services.cloudformation.model.StackResourceSummary.Builder
Packages that use StackResourceSummary.Builder
-
Uses of StackResourceSummary.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackResourceSummary.BuilderModifier and TypeMethodDescriptionstatic StackResourceSummary.BuilderStackResourceSummary.builder()default StackResourceSummary.BuilderStackResourceSummary.Builder.driftInformation(Consumer<StackResourceDriftInformationSummary.Builder> driftInformation) Information about whether the resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.StackResourceSummary.Builder.driftInformation(StackResourceDriftInformationSummary driftInformation) Information about whether the resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.StackResourceSummary.Builder.lastUpdatedTimestamp(Instant lastUpdatedTimestamp) Time the status was updated.StackResourceSummary.Builder.logicalResourceId(String logicalResourceId) The logical name of the resource specified in the 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.StackResourceSummary.Builder.moduleInfo(ModuleInfo 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.StackResourceSummary.Builder.physicalResourceId(String physicalResourceId) The name or unique identifier that corresponds to a physical instance ID of the resource.StackResourceSummary.Builder.resourceStatus(String resourceStatus) Current status of the resource.StackResourceSummary.Builder.resourceStatus(ResourceStatus resourceStatus) Current status of the resource.StackResourceSummary.Builder.resourceStatusReason(String resourceStatusReason) Success/failure message associated with the resource.StackResourceSummary.Builder.resourceType(String resourceType) Type of resource.StackResourceSummary.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackResourceSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StackResourceSummary.Builder>StackResourceSummary.serializableBuilderClass()