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