| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static StackEvent.Builder |
StackEvent.builder() |
StackEvent.Builder |
StackEvent.Builder.clientRequestToken(String clientRequestToken)
The token passed to the operation that generated this event.
|
StackEvent.Builder |
StackEvent.Builder.eventId(String eventId)
The unique ID of this event.
|
StackEvent.Builder |
StackEvent.Builder.hookFailureMode(HookFailureMode hookFailureMode)
Specify the hook failure mode for non-compliant resources in the followings ways.
|
StackEvent.Builder |
StackEvent.Builder.hookFailureMode(String hookFailureMode)
Specify the hook failure mode for non-compliant resources in the followings ways.
|
StackEvent.Builder |
StackEvent.Builder.hookInvocationPoint(HookInvocationPoint hookInvocationPoint)
Invocation points are points in provisioning logic where hooks are initiated.
|
StackEvent.Builder |
StackEvent.Builder.hookInvocationPoint(String hookInvocationPoint)
Invocation points are points in provisioning logic where hooks are initiated.
|
StackEvent.Builder |
StackEvent.Builder.hookStatus(HookStatus hookStatus)
Provides the status of the change set hook.
|
StackEvent.Builder |
StackEvent.Builder.hookStatus(String hookStatus)
Provides the status of the change set hook.
|
StackEvent.Builder |
StackEvent.Builder.hookStatusReason(String hookStatusReason)
Provides the reason for the hook status.
|
StackEvent.Builder |
StackEvent.Builder.hookType(String hookType)
The name of the hook.
|
StackEvent.Builder |
StackEvent.Builder.logicalResourceId(String logicalResourceId)
The logical name of the resource specified in the template.
|
StackEvent.Builder |
StackEvent.Builder.physicalResourceId(String physicalResourceId)
The name or unique identifier associated with the physical instance of the resource.
|
StackEvent.Builder |
StackEvent.Builder.resourceProperties(String resourceProperties)
BLOB of the properties used to create the resource.
|
StackEvent.Builder |
StackEvent.Builder.resourceStatus(ResourceStatus resourceStatus)
Current status of the resource.
|
StackEvent.Builder |
StackEvent.Builder.resourceStatus(String resourceStatus)
Current status of the resource.
|
StackEvent.Builder |
StackEvent.Builder.resourceStatusReason(String resourceStatusReason)
Success/failure message associated with the resource.
|
StackEvent.Builder |
StackEvent.Builder.resourceType(String resourceType)
Type of resource.
|
StackEvent.Builder |
StackEvent.Builder.stackId(String stackId)
The unique ID name of the instance of the stack.
|
StackEvent.Builder |
StackEvent.Builder.stackName(String stackName)
The name associated with a stack.
|
StackEvent.Builder |
StackEvent.Builder.timestamp(Instant timestamp)
Time the status was updated.
|
StackEvent.Builder |
StackEvent.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StackEvent.Builder> |
StackEvent.serializableBuilderClass() |
Copyright © 2023. All rights reserved.