| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static StackSummary.Builder |
StackSummary.builder() |
StackSummary.Builder |
StackSummary.Builder.creationTime(Instant creationTime)
The time the stack was created.
|
StackSummary.Builder |
StackSummary.Builder.deletionTime(Instant deletionTime)
The time the stack was deleted.
|
default StackSummary.Builder |
StackSummary.Builder.driftInformation(Consumer<StackDriftInformationSummary.Builder> driftInformation)
Summarizes information on whether a stack's actual configuration differs, or has drifted, from it's
expected configuration, as defined in the stack template and any values specified as template parameters.
|
StackSummary.Builder |
StackSummary.Builder.driftInformation(StackDriftInformationSummary driftInformation)
Summarizes information on whether a stack's actual configuration differs, or has drifted, from it's
expected configuration, as defined in the stack template and any values specified as template parameters.
|
StackSummary.Builder |
StackSummary.Builder.lastUpdatedTime(Instant lastUpdatedTime)
The time the stack was last updated.
|
StackSummary.Builder |
StackSummary.Builder.parentId(String parentId)
For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this
stack.
|
StackSummary.Builder |
StackSummary.Builder.rootId(String rootId)
For nested stacks--stacks created as resources for another stack--the stack ID of the top-level stack to
which the nested stack ultimately belongs.
|
StackSummary.Builder |
StackSummary.Builder.stackId(String stackId)
Unique stack identifier.
|
StackSummary.Builder |
StackSummary.Builder.stackName(String stackName)
The name associated with the stack.
|
StackSummary.Builder |
StackSummary.Builder.stackStatus(StackStatus stackStatus)
The current status of the stack.
|
StackSummary.Builder |
StackSummary.Builder.stackStatus(String stackStatus)
The current status of the stack.
|
StackSummary.Builder |
StackSummary.Builder.stackStatusReason(String stackStatusReason)
Success/Failure message associated with the stack status.
|
StackSummary.Builder |
StackSummary.Builder.templateDescription(String templateDescription)
The template description of the template used to create the stack.
|
StackSummary.Builder |
StackSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StackSummary.Builder> |
StackSummary.serializableBuilderClass() |
Copyright © 2021. All rights reserved.