CopyableBuilder<StackResourceSummary.Builder,StackResourceSummary>, SdkBuilder<StackResourceSummary.Builder,StackResourceSummary>public static interface StackResourceSummary.Builder extends CopyableBuilder<StackResourceSummary.Builder,StackResourceSummary>
| Modifier and Type | Method | Description |
|---|---|---|
StackResourceSummary.Builder |
lastUpdatedTimestamp(Date lastUpdatedTimestamp) |
Time the status was updated.
|
StackResourceSummary.Builder |
logicalResourceId(String logicalResourceId) |
The logical name of the resource specified in the template.
|
StackResourceSummary.Builder |
physicalResourceId(String physicalResourceId) |
The name or unique identifier that corresponds to a physical instance ID of the resource.
|
StackResourceSummary.Builder |
resourceStatus(String resourceStatus) |
Current status of the resource.
|
StackResourceSummary.Builder |
resourceStatus(ResourceStatus resourceStatus) |
Current status of the resource.
|
StackResourceSummary.Builder |
resourceStatusReason(String resourceStatusReason) |
Success/failure message associated with the resource.
|
StackResourceSummary.Builder |
resourceType(String resourceType) |
Type of resource.
|
copyapply, buildStackResourceSummary.Builder logicalResourceId(String logicalResourceId)
The logical name of the resource specified in the template.
logicalResourceId - The logical name of the resource specified in the template.StackResourceSummary.Builder physicalResourceId(String physicalResourceId)
The name or unique identifier that corresponds to a physical instance ID of the resource.
physicalResourceId - The name or unique identifier that corresponds to a physical instance ID of the resource.StackResourceSummary.Builder resourceType(String resourceType)
Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
resourceType - Type of resource. (For more information, go to
AWS Resource Types Reference in the AWS CloudFormation User Guide.)StackResourceSummary.Builder lastUpdatedTimestamp(Date lastUpdatedTimestamp)
Time the status was updated.
lastUpdatedTimestamp - Time the status was updated.StackResourceSummary.Builder resourceStatus(String resourceStatus)
Current status of the resource.
resourceStatus - Current status of the resource.ResourceStatusStackResourceSummary.Builder resourceStatus(ResourceStatus resourceStatus)
Current status of the resource.
resourceStatus - Current status of the resource.ResourceStatusStackResourceSummary.Builder resourceStatusReason(String resourceStatusReason)
Success/failure message associated with the resource.
resourceStatusReason - Success/failure message associated with the resource.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.