Uses of Interface
software.amazon.awssdk.services.cloudformation.model.HookResultSummary.Builder
Packages that use HookResultSummary.Builder
-
Uses of HookResultSummary.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return HookResultSummary.BuilderModifier and TypeMethodDescriptionstatic HookResultSummary.BuilderHookResultSummary.builder()HookResultSummary.Builder.failureMode(String failureMode) The failure mode of the invocation.HookResultSummary.Builder.failureMode(HookFailureMode failureMode) The failure mode of the invocation.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.hookResultId(String hookResultId) The unique identifier for this Hook invocation result.HookResultSummary.Builder.hookStatusReason(String hookStatusReason) A description of the Hook results status.HookResultSummary.Builder.invocationPoint(String invocationPoint) The specific point in the provisioning process where the Hook is invoked.HookResultSummary.Builder.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.HookResultSummary.Builder.status(HookStatus status) The status of the Hook invocation.The unique identifier of the Hook invocation target.HookResultSummary.Builder.targetType(String targetType) The target type that the Hook was invoked against.HookResultSummary.Builder.targetType(ListHookResultsTargetType targetType) The target type that the Hook was invoked against.HookResultSummary.toBuilder()The ARN of the Hook that was invoked.HookResultSummary.Builder.typeConfigurationVersionId(String typeConfigurationVersionId) The version of the Hook configuration.The name of the Hook that was invoked.HookResultSummary.Builder.typeVersionId(String typeVersionId) The version of the Hook that was invoked.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type HookResultSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends HookResultSummary.Builder>HookResultSummary.serializableBuilderClass()