static OperationEvent.Builder |
OperationEvent.builder() |
|
OperationEvent.Builder |
OperationEvent.Builder.clientRequestToken(String clientRequestToken) |
A unique identifier for the request that initiated this operation.
|
OperationEvent.Builder |
OperationEvent.Builder.detailedStatus(String detailedStatus) |
Additional status information about the operation.
|
OperationEvent.Builder |
OperationEvent.Builder.detailedStatus(DetailedStatus detailedStatus) |
Additional status information about the operation.
|
OperationEvent.Builder |
OperationEvent.Builder.endTime(Instant endTime) |
The time when the event ended.
|
OperationEvent.Builder |
OperationEvent.Builder.eventId(String eventId) |
A unique identifier for this event.
|
OperationEvent.Builder |
OperationEvent.Builder.eventType(String eventType) |
The type of event.
|
OperationEvent.Builder |
OperationEvent.Builder.eventType(EventType eventType) |
The type of event.
|
OperationEvent.Builder |
OperationEvent.Builder.hookFailureMode(String hookFailureMode) |
Specifies how Hook failures are handled.
|
OperationEvent.Builder |
OperationEvent.Builder.hookFailureMode(HookFailureMode hookFailureMode) |
Specifies how Hook failures are handled.
|
OperationEvent.Builder |
OperationEvent.Builder.hookInvocationPoint(String hookInvocationPoint) |
The point in the operation lifecycle when the Hook was invoked.
|
OperationEvent.Builder |
OperationEvent.Builder.hookInvocationPoint(HookInvocationPoint hookInvocationPoint) |
The point in the operation lifecycle when the Hook was invoked.
|
OperationEvent.Builder |
OperationEvent.Builder.hookStatus(String hookStatus) |
The status of the Hook invocation.
|
OperationEvent.Builder |
OperationEvent.Builder.hookStatus(HookStatus hookStatus) |
The status of the Hook invocation.
|
OperationEvent.Builder |
OperationEvent.Builder.hookStatusReason(String hookStatusReason) |
Additional information about the Hook status.
|
OperationEvent.Builder |
OperationEvent.Builder.hookType(String hookType) |
The type name of the Hook that was invoked.
|
OperationEvent.Builder |
OperationEvent.Builder.logicalResourceId(String logicalResourceId) |
The logical name of the resource as specified in the template.
|
OperationEvent.Builder |
OperationEvent.Builder.operationId(String operationId) |
The unique identifier of the operation this event belongs to.
|
OperationEvent.Builder |
OperationEvent.Builder.operationStatus(String operationStatus) |
The current status of the operation.
|
OperationEvent.Builder |
OperationEvent.Builder.operationStatus(BeaconStackOperationStatus operationStatus) |
The current status of the operation.
|
OperationEvent.Builder |
OperationEvent.Builder.operationType(String operationType) |
The type of operation.
|
OperationEvent.Builder |
OperationEvent.Builder.operationType(OperationType operationType) |
The type of operation.
|
OperationEvent.Builder |
OperationEvent.Builder.physicalResourceId(String physicalResourceId) |
The name or unique identifier that corresponds to a physical instance ID of a resource.
|
OperationEvent.Builder |
OperationEvent.Builder.resourceProperties(String resourceProperties) |
The properties used to create the resource.
|
OperationEvent.Builder |
OperationEvent.Builder.resourceStatus(String resourceStatus) |
Current status of the resource.
|
OperationEvent.Builder |
OperationEvent.Builder.resourceStatus(ResourceStatus resourceStatus) |
Current status of the resource.
|
OperationEvent.Builder |
OperationEvent.Builder.resourceStatusReason(String resourceStatusReason) |
Success or failure message associated with the resource.
|
OperationEvent.Builder |
OperationEvent.Builder.resourceType(String resourceType) |
Type of resource.
|
OperationEvent.Builder |
OperationEvent.Builder.stackId(String stackId) |
The unique ID name of the instance of the stack.
|
OperationEvent.Builder |
OperationEvent.Builder.startTime(Instant startTime) |
The time when the event started.
|
OperationEvent.Builder |
OperationEvent.Builder.timestamp(Instant timestamp) |
Time the status was updated.
|
OperationEvent.Builder |
OperationEvent.toBuilder() |
|
OperationEvent.Builder |
OperationEvent.Builder.validationFailureMode(String validationFailureMode) |
Specifies how validation failures are handled.
|
OperationEvent.Builder |
OperationEvent.Builder.validationFailureMode(HookFailureMode validationFailureMode) |
Specifies how validation failures are handled.
|
OperationEvent.Builder |
OperationEvent.Builder.validationName(String validationName) |
The name of the validation that was performed.
|
OperationEvent.Builder |
OperationEvent.Builder.validationPath(String validationPath) |
The path within the resource where the validation was applied.
|
OperationEvent.Builder |
OperationEvent.Builder.validationStatus(String validationStatus) |
The status of the validation.
|
OperationEvent.Builder |
OperationEvent.Builder.validationStatus(ValidationStatus validationStatus) |
The status of the validation.
|
OperationEvent.Builder |
OperationEvent.Builder.validationStatusReason(String validationStatusReason) |
Additional information about the validation status.
|