public static interface ProvisioningHook.Builder extends SdkPojo, CopyableBuilder<ProvisioningHook.Builder,ProvisioningHook>
| Modifier and Type | Method and Description |
|---|---|
ProvisioningHook.Builder |
payloadVersion(String payloadVersion)
The payload that was sent to the target function.
|
ProvisioningHook.Builder |
targetArn(String targetArn)
The ARN of the target function.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProvisioningHook.Builder payloadVersion(String payloadVersion)
The payload that was sent to the target function.
Note: Only Lambda functions are currently supported.
payloadVersion - The payload that was sent to the target function.
Note: Only Lambda functions are currently supported.
ProvisioningHook.Builder targetArn(String targetArn)
The ARN of the target function.
Note: Only Lambda functions are currently supported.
targetArn - The ARN of the target function.
Note: Only Lambda functions are currently supported.
Copyright © 2022. All rights reserved.