| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static ChangeSetHook.Builder |
ChangeSetHook.builder() |
ChangeSetHook.Builder |
ChangeSetHook.Builder.failureMode(HookFailureMode failureMode)
Specify the hook failure mode for non-compliant resources in the followings ways.
|
ChangeSetHook.Builder |
ChangeSetHook.Builder.failureMode(String failureMode)
Specify the hook failure mode for non-compliant resources in the followings ways.
|
ChangeSetHook.Builder |
ChangeSetHook.Builder.invocationPoint(HookInvocationPoint invocationPoint)
Specifies the points in provisioning logic where a hook is invoked.
|
ChangeSetHook.Builder |
ChangeSetHook.Builder.invocationPoint(String invocationPoint)
Specifies the points in provisioning logic where a hook is invoked.
|
ChangeSetHook.Builder |
ChangeSetHook.Builder.targetDetails(ChangeSetHookTargetDetails targetDetails)
Specifies details about the target that the hook will run against.
|
default ChangeSetHook.Builder |
ChangeSetHook.Builder.targetDetails(Consumer<ChangeSetHookTargetDetails.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ChangeSetHook.Builder> |
ChangeSetHook.serializableBuilderClass() |
Copyright © 2023. All rights reserved.