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.hookStatusReason
(String hookStatusReason) A description of the Hook results status.invocationPoint
(String invocationPoint) The exact point in the provisioning logic where the Hook runs.invocationPoint
(HookInvocationPoint invocationPoint) The exact point in the provisioning logic where the Hook runs.The state of the Hook invocation.status
(HookStatus status) The state of the Hook invocation.typeConfigurationVersionId
(String typeConfigurationVersionId) The version of the Hook type configuration.The type name of the Hook being invoked.typeVersionId
(String typeVersionId) The version of the Hook being 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
-
invocationPoint
The exact point in the provisioning logic where the Hook runs.
- Parameters:
invocationPoint
- The exact point in the provisioning logic where the Hook runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
invocationPoint
The exact point in the provisioning logic where the Hook runs.
- Parameters:
invocationPoint
- The exact point in the provisioning logic where the Hook runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureMode
The failure mode of the invocation. The following are potential modes:
-
FAIL
: If the hook invocation returns a failure, then the requested target operation should fail. -
WARN
: If the hook invocation returns a failure, then the requested target operation should warn.
- Parameters:
failureMode
- The failure mode of the invocation. The following are potential modes:-
FAIL
: If the hook invocation returns a failure, then the requested target operation should fail. -
WARN
: If the hook invocation returns a failure, then the requested target operation should warn.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
failureMode
The failure mode of the invocation. The following are potential modes:
-
FAIL
: If the hook invocation returns a failure, then the requested target operation should fail. -
WARN
: If the hook invocation returns a failure, then the requested target operation should warn.
- Parameters:
failureMode
- The failure mode of the invocation. The following are potential modes:-
FAIL
: If the hook invocation returns a failure, then the requested target operation should fail. -
WARN
: If the hook invocation returns a failure, then the requested target operation should warn.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
typeName
The type name of the Hook being invoked.
- Parameters:
typeName
- The type name of the Hook being invoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeVersionId
The version of the Hook being invoked.
- Parameters:
typeVersionId
- The version of the Hook being invoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeConfigurationVersionId
The version of the Hook type configuration.
- Parameters:
typeConfigurationVersionId
- The version of the Hook type configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The state of the Hook invocation.
- Parameters:
status
- The state of the Hook invocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The state of the Hook invocation.
- Parameters:
status
- The state of the Hook invocation.- 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 theFAILED
state.- Parameters:
hookStatusReason
- A description of the Hook results status. For example, if the Hook result is in aFAILED
state, this may contain additional information for theFAILED
state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-