static HookResultSummary.Builder |
HookResultSummary.builder() |
|
HookResultSummary.Builder |
HookResultSummary.Builder.failureMode(String failureMode) |
The failure mode of the invocation.
|
HookResultSummary.Builder |
HookResultSummary.Builder.failureMode(HookFailureMode failureMode) |
The failure mode of the invocation.
|
HookResultSummary.Builder |
HookResultSummary.Builder.hookExecutionTarget(String hookExecutionTarget) |
The Amazon Resource Name (ARN) of the target stack or request token of the Cloud Control API operation.
|
HookResultSummary.Builder |
HookResultSummary.Builder.hookResultId(String hookResultId) |
The unique identifier for this Hook invocation result.
|
HookResultSummary.Builder |
HookResultSummary.Builder.hookStatusReason(String hookStatusReason) |
A description of the Hook results status.
|
HookResultSummary.Builder |
HookResultSummary.Builder.invocationPoint(String invocationPoint) |
The specific point in the provisioning process where the Hook is invoked.
|
HookResultSummary.Builder |
HookResultSummary.Builder.invocationPoint(HookInvocationPoint invocationPoint) |
The specific point in the provisioning process where the Hook is invoked.
|
HookResultSummary.Builder |
HookResultSummary.Builder.invokedAt(Instant invokedAt) |
The timestamp when the Hook was invoked.
|
HookResultSummary.Builder |
HookResultSummary.Builder.status(String status) |
The status of the Hook invocation.
|
HookResultSummary.Builder |
HookResultSummary.Builder.status(HookStatus status) |
The status of the Hook invocation.
|
HookResultSummary.Builder |
HookResultSummary.Builder.targetId(String targetId) |
The unique identifier of the Hook invocation target.
|
HookResultSummary.Builder |
HookResultSummary.Builder.targetType(String targetType) |
The target type that the Hook was invoked against.
|
HookResultSummary.Builder |
HookResultSummary.Builder.targetType(ListHookResultsTargetType targetType) |
The target type that the Hook was invoked against.
|
HookResultSummary.Builder |
HookResultSummary.toBuilder() |
|
HookResultSummary.Builder |
HookResultSummary.Builder.typeArn(String typeArn) |
The ARN of the Hook that was invoked.
|
HookResultSummary.Builder |
HookResultSummary.Builder.typeConfigurationVersionId(String typeConfigurationVersionId) |
The version of the Hook configuration.
|
HookResultSummary.Builder |
HookResultSummary.Builder.typeName(String typeName) |
The name of the Hook that was invoked.
|
HookResultSummary.Builder |
HookResultSummary.Builder.typeVersionId(String typeVersionId) |
The version of the Hook that was invoked.
|