CopyableBuilder<StackSummary.Builder,StackSummary>
, SdkBuilder<StackSummary.Builder,StackSummary>
public static interface StackSummary.Builder extends CopyableBuilder<StackSummary.Builder,StackSummary>
Modifier and Type | Method | Description |
---|---|---|
StackSummary.Builder |
creationTime(Date creationTime) |
The time the stack was created.
|
StackSummary.Builder |
deletionTime(Date deletionTime) |
The time the stack was deleted.
|
StackSummary.Builder |
lastUpdatedTime(Date lastUpdatedTime) |
The time the stack was last updated.
|
StackSummary.Builder |
stackId(String stackId) |
Unique stack identifier.
|
StackSummary.Builder |
stackName(String stackName) |
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.
|
copy
apply, 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(Date creationTime)
The time the stack was created.
creationTime
- The time the stack was created.StackSummary.Builder lastUpdatedTime(Date 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(Date 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
StackSummary.Builder stackStatus(StackStatus stackStatus)
The current status of the stack.
stackStatus
- The current status of the stack.StackStatus
StackSummary.Builder stackStatusReason(String stackStatusReason)
Success/Failure message associated with the stack status.
stackStatusReason
- Success/Failure message associated with the stack status.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.