static ChangeSetHook.Builder |
ChangeSetHook.builder() |
|
ChangeSetHook.Builder |
ChangeSetHook.Builder.failureMode(String failureMode) |
Specify the Hook failure mode for non-compliant resources in the followings ways.
|
ChangeSetHook.Builder |
ChangeSetHook.Builder.failureMode(HookFailureMode failureMode) |
Specify the Hook failure mode for non-compliant resources in the followings ways.
|
ChangeSetHook.Builder |
ChangeSetHook.Builder.invocationPoint(String invocationPoint) |
The specific point in the provisioning process where the Hook is invoked.
|
ChangeSetHook.Builder |
ChangeSetHook.Builder.invocationPoint(HookInvocationPoint invocationPoint) |
The specific point in the provisioning process where the Hook is invoked.
|
default ChangeSetHook.Builder |
ChangeSetHook.Builder.targetDetails(Consumer<ChangeSetHookTargetDetails.Builder> targetDetails) |
Specifies details about the target that the Hook will run against.
|
ChangeSetHook.Builder |
ChangeSetHook.Builder.targetDetails(ChangeSetHookTargetDetails targetDetails) |
Specifies details about the target that the Hook will run against.
|
ChangeSetHook.Builder |
ChangeSetHook.toBuilder() |
|
ChangeSetHook.Builder |
ChangeSetHook.Builder.typeConfigurationVersionId(String typeConfigurationVersionId) |
The version ID of the type configuration.
|
ChangeSetHook.Builder |
ChangeSetHook.Builder.typeName(String typeName) |
The unique name for your Hook.
|
ChangeSetHook.Builder |
ChangeSetHook.Builder.typeVersionId(String typeVersionId) |
The version ID of the type specified.
|