Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ChangeSetHook.Builder
Packages that use ChangeSetHook.Builder
-
Uses of ChangeSetHook.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ChangeSetHook.BuilderModifier and TypeMethodDescriptionstatic ChangeSetHook.BuilderChangeSetHook.builder()ChangeSetHook.Builder.failureMode(String failureMode) Specify the Hook failure mode for non-compliant resources in the followings ways.ChangeSetHook.Builder.failureMode(HookFailureMode failureMode) Specify the Hook failure mode for non-compliant resources in the followings ways.ChangeSetHook.Builder.invocationPoint(String invocationPoint) The specific point in the provisioning process where the Hook is invoked.ChangeSetHook.Builder.invocationPoint(HookInvocationPoint invocationPoint) The specific point in the provisioning process where the Hook is invoked.default ChangeSetHook.BuilderChangeSetHook.Builder.targetDetails(Consumer<ChangeSetHookTargetDetails.Builder> targetDetails) Specifies details about the target that the Hook will run against.ChangeSetHook.Builder.targetDetails(ChangeSetHookTargetDetails targetDetails) Specifies details about the target that the Hook will run against.ChangeSetHook.toBuilder()ChangeSetHook.Builder.typeConfigurationVersionId(String typeConfigurationVersionId) The version ID of the type configuration.The unique name for your Hook.ChangeSetHook.Builder.typeVersionId(String typeVersionId) The version ID of the type specified.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ChangeSetHook.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ChangeSetHook.Builder>ChangeSetHook.serializableBuilderClass()