static HookProgressEvent.Builder |
HookProgressEvent.builder() |
|
HookProgressEvent.Builder |
HookProgressEvent.Builder.failureMode(String failureMode) |
The failure mode of the invocation.
|
HookProgressEvent.Builder |
HookProgressEvent.Builder.hookEventTime(Instant hookEventTime) |
The time that the Hook invocation request initiated.
|
HookProgressEvent.Builder |
HookProgressEvent.Builder.hookStatus(String hookStatus) |
The status of the Hook invocation.
|
HookProgressEvent.Builder |
HookProgressEvent.Builder.hookStatusMessage(String hookStatusMessage) |
The message explaining the current Hook status.
|
HookProgressEvent.Builder |
HookProgressEvent.Builder.hookTypeArn(String hookTypeArn) |
The ARN of the Hook being invoked.
|
HookProgressEvent.Builder |
HookProgressEvent.Builder.hookTypeName(String hookTypeName) |
The type name of the Hook being invoked.
|
HookProgressEvent.Builder |
HookProgressEvent.Builder.hookTypeVersionId(String hookTypeVersionId) |
The type version of the Hook being invoked.
|
HookProgressEvent.Builder |
HookProgressEvent.Builder.invocationPoint(String invocationPoint) |
States whether the Hook is invoked before or after resource provisioning.
|
HookProgressEvent.Builder |
HookProgressEvent.toBuilder() |
|