Uses of Interface
software.amazon.awssdk.services.cloudcontrol.model.HookProgressEvent.Builder
Packages that use HookProgressEvent.Builder
-
Uses of HookProgressEvent.Builder in software.amazon.awssdk.services.cloudcontrol.model
Methods in software.amazon.awssdk.services.cloudcontrol.model that return HookProgressEvent.BuilderModifier and TypeMethodDescriptionstatic HookProgressEvent.BuilderHookProgressEvent.builder()HookProgressEvent.Builder.failureMode(String failureMode) The failure mode of the invocation.HookProgressEvent.Builder.hookEventTime(Instant hookEventTime) The time that the Hook invocation request initiated.HookProgressEvent.Builder.hookStatus(String hookStatus) The status of the Hook invocation.HookProgressEvent.Builder.hookStatusMessage(String hookStatusMessage) The message explaining the current Hook status.HookProgressEvent.Builder.hookTypeArn(String hookTypeArn) The ARN of the Hook being invoked.HookProgressEvent.Builder.hookTypeName(String hookTypeName) The type name of the Hook being invoked.HookProgressEvent.Builder.hookTypeVersionId(String hookTypeVersionId) The type version of the Hook being invoked.HookProgressEvent.Builder.invocationPoint(String invocationPoint) States whether the Hook is invoked before or after resource provisioning.HookProgressEvent.toBuilder()Methods in software.amazon.awssdk.services.cloudcontrol.model that return types with arguments of type HookProgressEvent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends HookProgressEvent.Builder>HookProgressEvent.serializableBuilderClass()