Uses of Interface
software.amazon.awssdk.services.cloudformation.model.StackResource.Builder
Packages that use StackResource.Builder
-
Uses of StackResource.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackResource.BuilderModifier and TypeMethodDescriptionstatic StackResource.BuilderStackResource.builder()StackResource.Builder.description(String description) User defined description associated with the resource.default StackResource.BuilderStackResource.Builder.driftInformation(Consumer<StackResourceDriftInformation.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.StackResource.Builder.driftInformation(StackResourceDriftInformation 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.StackResource.Builder.logicalResourceId(String logicalResourceId) The logical name of the resource specified in the 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.StackResource.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.StackResource.Builder.physicalResourceId(String physicalResourceId) The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.StackResource.Builder.resourceStatus(String resourceStatus) Current status of the resource.StackResource.Builder.resourceStatus(ResourceStatus resourceStatus) Current status of the resource.StackResource.Builder.resourceStatusReason(String resourceStatusReason) Success/failure message associated with the resource.StackResource.Builder.resourceType(String resourceType) Type of resource.Unique identifier of the stack.The name associated with the stack.Time the status was updated.StackResource.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackResource.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StackResource.Builder>StackResource.serializableBuilderClass()