Uses of Interface
software.amazon.awssdk.services.cloudformation.model.GetHookResultResponse.Builder
Packages that use GetHookResultResponse.Builder
-
Uses of GetHookResultResponse.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return GetHookResultResponse.BuilderModifier and TypeMethodDescriptionGetHookResultResponse.Builder.annotations(Collection<Annotation> annotations) A list of objects with additional information and guidance that can help you resolve a failed Hook invocation.GetHookResultResponse.Builder.annotations(Consumer<Annotation.Builder>... annotations) A list of objects with additional information and guidance that can help you resolve a failed Hook invocation.GetHookResultResponse.Builder.annotations(Annotation... annotations) A list of objects with additional information and guidance that can help you resolve a failed Hook invocation.GetHookResultResponse.builder()GetHookResultResponse.Builder.failureMode(String failureMode) The failure mode of the invocation.GetHookResultResponse.Builder.failureMode(HookFailureMode failureMode) The failure mode of the invocation.GetHookResultResponse.Builder.hookResultId(String hookResultId) The unique identifier of the Hook result.GetHookResultResponse.Builder.hookStatusReason(String hookStatusReason) A message that provides additional details about the Hook invocation status.GetHookResultResponse.Builder.invocationPoint(String invocationPoint) The specific point in the provisioning process where the Hook is invoked.GetHookResultResponse.Builder.invocationPoint(HookInvocationPoint invocationPoint) The specific point in the provisioning process where the Hook is invoked.The timestamp when the Hook was invoked.GetHookResultResponse.Builder.originalTypeName(String originalTypeName) The original public type name of the Hook when an alias is used.The status of the Hook invocation.GetHookResultResponse.Builder.status(HookStatus status) The status of the Hook invocation.default GetHookResultResponse.BuilderGetHookResultResponse.Builder.target(Consumer<HookTarget.Builder> target) Information about the target of the Hook invocation.GetHookResultResponse.Builder.target(HookTarget target) Information about the target of the Hook invocation.GetHookResultResponse.toBuilder()The Amazon Resource Name (ARN) of the Hook.GetHookResultResponse.Builder.typeConfigurationVersionId(String typeConfigurationVersionId) The version identifier of the Hook configuration data that was used during invocation.The name of the Hook that was invoked.GetHookResultResponse.Builder.typeVersionId(String typeVersionId) The version identifier of the Hook that was invoked.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type GetHookResultResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetHookResultResponse.Builder>GetHookResultResponse.serializableBuilderClass()