Uses of Interface
software.amazon.awssdk.services.cloudformation.model.StackSummary.Builder
Packages that use StackSummary.Builder
-
Uses of StackSummary.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackSummary.BuilderModifier and TypeMethodDescriptionstatic StackSummary.BuilderStackSummary.builder()StackSummary.Builder.creationTime(Instant creationTime) The time the stack was created.StackSummary.Builder.deletionTime(Instant deletionTime) The time the stack was deleted.default StackSummary.BuilderStackSummary.Builder.driftInformation(Consumer<StackDriftInformationSummary.Builder> driftInformation) Summarizes information about whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.StackSummary.Builder.driftInformation(StackDriftInformationSummary driftInformation) Summarizes information about whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.StackSummary.Builder.lastOperations(Collection<OperationEntry> lastOperations) Information about the most recent operations performed on this stack.StackSummary.Builder.lastOperations(Consumer<OperationEntry.Builder>... lastOperations) Information about the most recent operations performed on this stack.StackSummary.Builder.lastOperations(OperationEntry... lastOperations) Information about the most recent operations performed on this stack.StackSummary.Builder.lastUpdatedTime(Instant lastUpdatedTime) The time the stack was last updated.For nested stacks, the stack ID of the direct parent of this stack.For nested stacks, the stack ID of the top-level stack to which the nested stack ultimately belongs.Unique stack identifier.The name associated with the stack.StackSummary.Builder.stackStatus(String stackStatus) The current status of the stack.StackSummary.Builder.stackStatus(StackStatus stackStatus) The current status of the stack.StackSummary.Builder.stackStatusReason(String stackStatusReason) Success/Failure message associated with the stack status.StackSummary.Builder.templateDescription(String templateDescription) The template description of the template used to create the stack.StackSummary.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StackSummary.Builder>StackSummary.serializableBuilderClass()