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.detailedStatus(String detailedStatus) |
An optional field that contains information about the detailed status of the stack event.
|
StackEvent.Builder |
StackEvent.Builder.detailedStatus(DetailedStatus detailedStatus) |
An optional field that contains information about the detailed status of the stack event.
|
StackEvent.Builder |
StackEvent.Builder.eventId(String eventId) |
The unique identifier of this event.
|
StackEvent.Builder |
StackEvent.Builder.hookFailureMode(String hookFailureMode) |
Specify the Hook failure mode for non-compliant resources in the followings ways.
|
StackEvent.Builder |
StackEvent.Builder.hookFailureMode(HookFailureMode hookFailureMode) |
Specify the Hook failure mode for non-compliant resources in the followings ways.
|
StackEvent.Builder |
StackEvent.Builder.hookInvocationId(String hookInvocationId) |
The unique identifier of the Hook invocation.
|
StackEvent.Builder |
StackEvent.Builder.hookInvocationPoint(String hookInvocationPoint) |
The specific point in the provisioning process where the Hook is invoked.
|
StackEvent.Builder |
StackEvent.Builder.hookInvocationPoint(HookInvocationPoint hookInvocationPoint) |
The specific point in the provisioning process where the Hook is invoked.
|
StackEvent.Builder |
StackEvent.Builder.hookStatus(String hookStatus) |
Provides the status of the change set Hook.
|
StackEvent.Builder |
StackEvent.Builder.hookStatus(HookStatus 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.operationId(String operationId) |
The unique identifier of the operation that generated this stack event.
|
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(String resourceStatus) |
Current status of the resource.
|
StackEvent.Builder |
StackEvent.Builder.resourceStatus(ResourceStatus 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() |
|