| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackEvent |
StackEvent.clone() |
StackEvent |
StackEvent.withClientRequestToken(String clientRequestToken)
The token passed to the operation that generated this event.
|
StackEvent |
StackEvent.withDetailedStatus(DetailedStatus detailedStatus)
An optional field containing information about the detailed status of the stack event.
|
StackEvent |
StackEvent.withDetailedStatus(String detailedStatus)
An optional field containing information about the detailed status of the stack event.
|
StackEvent |
StackEvent.withEventId(String eventId)
The unique ID of this event.
|
StackEvent |
StackEvent.withHookFailureMode(HookFailureMode hookFailureMode)
Specify the hook failure mode for non-compliant resources in the followings ways.
|
StackEvent |
StackEvent.withHookFailureMode(String hookFailureMode)
Specify the hook failure mode for non-compliant resources in the followings ways.
|
StackEvent |
StackEvent.withHookInvocationPoint(HookInvocationPoint hookInvocationPoint)
Invocation points are points in provisioning logic where hooks are initiated.
|
StackEvent |
StackEvent.withHookInvocationPoint(String hookInvocationPoint)
Invocation points are points in provisioning logic where hooks are initiated.
|
StackEvent |
StackEvent.withHookStatus(HookStatus hookStatus)
Provides the status of the change set hook.
|
StackEvent |
StackEvent.withHookStatus(String hookStatus)
Provides the status of the change set hook.
|
StackEvent |
StackEvent.withHookStatusReason(String hookStatusReason)
Provides the reason for the hook status.
|
StackEvent |
StackEvent.withHookType(String hookType)
The name of the hook.
|
StackEvent |
StackEvent.withLogicalResourceId(String logicalResourceId)
The logical name of the resource specified in the template.
|
StackEvent |
StackEvent.withPhysicalResourceId(String physicalResourceId)
The name or unique identifier associated with the physical instance of the resource.
|
StackEvent |
StackEvent.withResourceProperties(String resourceProperties)
BLOB of the properties used to create the resource.
|
StackEvent |
StackEvent.withResourceStatus(ResourceStatus resourceStatus)
Current status of the resource.
|
StackEvent |
StackEvent.withResourceStatus(String resourceStatus)
Current status of the resource.
|
StackEvent |
StackEvent.withResourceStatusReason(String resourceStatusReason)
Success/failure message associated with the resource.
|
StackEvent |
StackEvent.withResourceType(String resourceType)
Type of resource.
|
StackEvent |
StackEvent.withStackId(String stackId)
The unique ID name of the instance of the stack.
|
StackEvent |
StackEvent.withStackName(String stackName)
The name associated with a stack.
|
StackEvent |
StackEvent.withTimestamp(Date timestamp)
Time the status was updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<StackEvent> |
DescribeStackEventsResult.getStackEvents()
A list of
StackEvents structures. |
| Modifier and Type | Method and Description |
|---|---|
DescribeStackEventsResult |
DescribeStackEventsResult.withStackEvents(StackEvent... stackEvents)
A list of
StackEvents structures. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeStackEventsResult.setStackEvents(Collection<StackEvent> stackEvents)
A list of
StackEvents structures. |
DescribeStackEventsResult |
DescribeStackEventsResult.withStackEvents(Collection<StackEvent> stackEvents)
A list of
StackEvents structures. |
Copyright © 2024. All rights reserved.