ToCopyableBuilder<StackEvent.Builder,StackEvent>
@Generated("software.amazon.awssdk:codegen") public class StackEvent extends Object implements ToCopyableBuilder<StackEvent.Builder,StackEvent>
The StackEvent data type.
Modifier and Type | Class | Description |
---|---|---|
static interface |
StackEvent.Builder |
Modifier and Type | Method | Description |
---|---|---|
static StackEvent.Builder |
builder() |
|
String |
clientRequestToken() |
The token passed to the operation that generated this event.
|
boolean |
equals(Object obj) |
|
String |
eventId() |
The unique ID of this event.
|
int |
hashCode() |
|
String |
logicalResourceId() |
The logical name of the resource specified in the template.
|
String |
physicalResourceId() |
The name or unique identifier associated with the physical instance of the resource.
|
String |
resourceProperties() |
BLOB of the properties used to create the resource.
|
String |
resourceStatus() |
Current status of the resource.
|
String |
resourceStatusReason() |
Success/failure message associated with the resource.
|
String |
resourceType() |
Type of resource.
|
static Class<? extends StackEvent.Builder> |
serializableBuilderClass() |
|
String |
stackId() |
The unique ID name of the instance of the stack.
|
String |
stackName() |
The name associated with a stack.
|
Date |
timestamp() |
Time the status was updated.
|
StackEvent.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String stackId()
The unique ID name of the instance of the stack.
public String eventId()
The unique ID of this event.
public String stackName()
The name associated with a stack.
public String logicalResourceId()
The logical name of the resource specified in the template.
public String physicalResourceId()
The name or unique identifier associated with the physical instance of the resource.
public String resourceType()
Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
public Date timestamp()
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 resourceProperties()
BLOB of the properties used to create the resource.
public String clientRequestToken()
The token passed to the operation that generated this event.
For example, if you execute a CreateStack
operation with the token token1
, then all the
StackEvents
generated by that operation will have ClientRequestToken
set as
token1
.
For example, if you execute a CreateStack
operation with the token token1
, then
all the StackEvents
generated by that operation will have ClientRequestToken
set as token1
.
public StackEvent.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StackEvent.Builder,StackEvent>
public static StackEvent.Builder builder()
public static Class<? extends StackEvent.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.