Interface HookResultSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HookResultSummary.Builder,
,HookResultSummary> SdkBuilder<HookResultSummary.Builder,
,HookResultSummary> SdkPojo
- Enclosing class:
HookResultSummary
-
Method Summary
Modifier and TypeMethodDescriptionfailureMode
(String failureMode) The failure mode of the invocation.failureMode
(HookFailureMode failureMode) The failure mode of the invocation.hookExecutionTarget
(String hookExecutionTarget) The ARN of the target stack or request token of the Cloud Control API operation.hookResultId
(String hookResultId) The unique identifier for this Hook invocation result.hookStatusReason
(String hookStatusReason) A description of the Hook results status.invocationPoint
(String invocationPoint) The specific point in the provisioning process where the Hook is invoked.invocationPoint
(HookInvocationPoint invocationPoint) The specific point in the provisioning process where the Hook is invoked.The timestamp when the Hook was invoked.The status of the Hook invocation.status
(HookStatus status) The status of the Hook invocation.The unique identifier of the Hook invocation target.targetType
(String targetType) The target type that the Hook was invoked against.targetType
(ListHookResultsTargetType targetType) The target type that the Hook was invoked against.The ARN of the Hook that was invoked.typeConfigurationVersionId
(String typeConfigurationVersionId) The version of the Hook configuration.The name of the Hook that was invoked.typeVersionId
(String typeVersionId) The version of the Hook that was invoked.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
hookResultId
The unique identifier for this Hook invocation result.
- Parameters:
hookResultId
- The unique identifier for this Hook invocation result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invocationPoint
The specific point in the provisioning process where the Hook is invoked.
- Parameters:
invocationPoint
- The specific point in the provisioning process where the Hook is invoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
invocationPoint
The specific point in the provisioning process where the Hook is invoked.
- Parameters:
invocationPoint
- The specific point in the provisioning process where the Hook is invoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureMode
The failure mode of the invocation.
- Parameters:
failureMode
- The failure mode of the invocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureMode
The failure mode of the invocation.
- Parameters:
failureMode
- The failure mode of the invocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
typeName
The name of the Hook that was invoked.
- Parameters:
typeName
- The name of the Hook that was invoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeVersionId
The version of the Hook that was invoked.
- Parameters:
typeVersionId
- The version of the Hook that was invoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeConfigurationVersionId
The version of the Hook configuration.
- Parameters:
typeConfigurationVersionId
- The version of the Hook configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the Hook invocation. The following statuses are possible:
-
HOOK_IN_PROGRESS
: The Hook is currently running. -
HOOK_COMPLETE_SUCCEEDED
: The Hook completed successfully. -
HOOK_COMPLETE_FAILED
: The Hook completed but failed validation. -
HOOK_FAILED
: The Hook encountered an error during execution.
- Parameters:
status
- The status of the Hook invocation. The following statuses are possible:-
HOOK_IN_PROGRESS
: The Hook is currently running. -
HOOK_COMPLETE_SUCCEEDED
: The Hook completed successfully. -
HOOK_COMPLETE_FAILED
: The Hook completed but failed validation. -
HOOK_FAILED
: The Hook encountered an error during execution.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
status
The status of the Hook invocation. The following statuses are possible:
-
HOOK_IN_PROGRESS
: The Hook is currently running. -
HOOK_COMPLETE_SUCCEEDED
: The Hook completed successfully. -
HOOK_COMPLETE_FAILED
: The Hook completed but failed validation. -
HOOK_FAILED
: The Hook encountered an error during execution.
- Parameters:
status
- The status of the Hook invocation. The following statuses are possible:-
HOOK_IN_PROGRESS
: The Hook is currently running. -
HOOK_COMPLETE_SUCCEEDED
: The Hook completed successfully. -
HOOK_COMPLETE_FAILED
: The Hook completed but failed validation. -
HOOK_FAILED
: The Hook encountered an error during execution.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
hookStatusReason
A description of the Hook results status. For example, if the Hook result is in a failed state, this may contain additional information for the failed state.
- Parameters:
hookStatusReason
- A description of the Hook results status. For example, if the Hook result is in a failed state, this may contain additional information for the failed state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invokedAt
The timestamp when the Hook was invoked.
Only shown in responses when the request does not specify
TargetType
andTargetId
filters.- Parameters:
invokedAt
- The timestamp when the Hook was invoked.Only shown in responses when the request does not specify
TargetType
andTargetId
filters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetType
The target type that the Hook was invoked against.
- Parameters:
targetType
- The target type that the Hook was invoked against.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetType
The target type that the Hook was invoked against.
- Parameters:
targetType
- The target type that the Hook was invoked against.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetId
The unique identifier of the Hook invocation target.
- Parameters:
targetId
- The unique identifier of the Hook invocation target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeArn
The ARN of the Hook that was invoked.
- Parameters:
typeArn
- The ARN of the Hook that was invoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hookExecutionTarget
The ARN of the target stack or request token of the Cloud Control API operation.
Only shown in responses when the request does not specify
TargetType
andTargetId
filters.- Parameters:
hookExecutionTarget
- The ARN of the target stack or request token of the Cloud Control API operation.Only shown in responses when the request does not specify
TargetType
andTargetId
filters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-