public static interface StackSummary.Builder extends CopyableBuilder<StackSummary.Builder,StackSummary>
Modifier and Type | Method and Description |
---|---|
StackSummary.Builder |
creationTime(Instant creationTime)
The time the stack was created.
|
StackSummary.Builder |
deletionTime(Instant deletionTime)
The time the stack was deleted.
|
StackSummary.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The time the stack was last updated.
|
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 |
rootId(String rootId)
For nested stacks--stacks created as resources for another stack--the stack ID of the the top-level stack to
which the nested stack ultimately belongs.
|
StackSummary.Builder |
stackId(String stackId)
Unique stack identifier.
|
StackSummary.Builder |
stackName(String stackName)
The name associated with the stack.
|
StackSummary.Builder |
stackStatus(StackStatus stackStatus)
The current status of the stack.
|
StackSummary.Builder |
stackStatus(String 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.
|
copy
applyMutation, build
StackSummary.Builder stackId(String stackId)
Unique stack identifier.
stackId
- Unique stack identifier.StackSummary.Builder stackName(String stackName)
The name associated with the stack.
stackName
- The name associated with the stack.StackSummary.Builder templateDescription(String templateDescription)
The template description of the template used to create the stack.
templateDescription
- The template description of the template used to create the stack.StackSummary.Builder creationTime(Instant creationTime)
The time the stack was created.
creationTime
- The time the stack was created.StackSummary.Builder lastUpdatedTime(Instant lastUpdatedTime)
The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
lastUpdatedTime
- The time the stack was last updated. This field will only be returned if the stack has been updated at
least once.StackSummary.Builder deletionTime(Instant deletionTime)
The time the stack was deleted.
deletionTime
- The time the stack was deleted.StackSummary.Builder stackStatus(String stackStatus)
The current status of the stack.
stackStatus
- The current status of the stack.StackStatus
,
StackStatus
StackSummary.Builder stackStatus(StackStatus stackStatus)
The current status of the stack.
stackStatus
- The current status of the stack.StackStatus
,
StackStatus
StackSummary.Builder stackStatusReason(String stackStatusReason)
Success/Failure message associated with the stack status.
stackStatusReason
- Success/Failure message associated with the stack status.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. For the first level of nested stacks, the root stack is also the parent stack.
For more information, see Working with Nested Stacks in the AWS CloudFormation User Guide.
parentId
- For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of
this stack. For the first level of nested stacks, the root stack is also the parent stack.
For more information, see Working with Nested Stacks in the AWS CloudFormation User Guide.
StackSummary.Builder rootId(String rootId)
For nested stacks--stacks created as resources for another stack--the stack ID of the the top-level stack to which the nested stack ultimately belongs.
For more information, see Working with Nested Stacks in the AWS CloudFormation User Guide.
rootId
- For nested stacks--stacks created as resources for another stack--the stack ID of the the top-level
stack to which the nested stack ultimately belongs.
For more information, see Working with Nested Stacks in the AWS CloudFormation User Guide.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.