ToCopyableBuilder<StackResourceDetail.Builder,StackResourceDetail>
@Generated("software.amazon.awssdk:codegen") public class StackResourceDetail extends Object implements ToCopyableBuilder<StackResourceDetail.Builder,StackResourceDetail>
Contains detailed information about the specified stack resource.
Modifier and Type | Class | Description |
---|---|---|
static interface |
StackResourceDetail.Builder |
Modifier and Type | Method | Description |
---|---|---|
static StackResourceDetail.Builder |
builder() |
|
String |
description() |
User defined description associated with the resource.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Date |
lastUpdatedTimestamp() |
Time the status was updated.
|
String |
logicalResourceId() |
The logical name of the resource specified in the template.
|
String |
metadata() |
The content of the
Metadata attribute declared for the resource. |
String |
physicalResourceId() |
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS
CloudFormation.
|
String |
resourceStatus() |
Current status of the resource.
|
String |
resourceStatusReason() |
Success/failure message associated with the resource.
|
String |
resourceType() |
Type of resource.
|
static Class<? extends StackResourceDetail.Builder> |
serializableBuilderClass() |
|
String |
stackId() |
Unique identifier of the stack.
|
String |
stackName() |
The name associated with the stack.
|
StackResourceDetail.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String stackName()
The name associated with the stack.
public String stackId()
Unique identifier of the stack.
public String logicalResourceId()
The logical name of the resource specified in the template.
public String physicalResourceId()
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
public String resourceType()
Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
public Date lastUpdatedTimestamp()
Time the status was updated.
public String resourceStatus()
Current status of the resource.
ResourceStatus
public String resourceStatusReason()
Success/failure message associated with the resource.
public String description()
User defined description associated with the resource.
public String metadata()
The content of the Metadata
attribute declared for the resource. For more information, see Metadata
Attribute in the AWS CloudFormation User Guide.
Metadata
attribute declared for the resource. For more information, see
Metadata Attribute in the AWS CloudFormation User Guide.public StackResourceDetail.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StackResourceDetail.Builder,StackResourceDetail>
public static StackResourceDetail.Builder builder()
public static Class<? extends StackResourceDetail.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.