Interface ProvisioningHook.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProvisioningHook.Builder,,ProvisioningHook> SdkBuilder<ProvisioningHook.Builder,,ProvisioningHook> SdkPojo
- Enclosing class:
ProvisioningHook
public static interface ProvisioningHook.Builder
extends SdkPojo, CopyableBuilder<ProvisioningHook.Builder,ProvisioningHook>
-
Method Summary
Modifier and TypeMethodDescriptionpayloadVersion(String payloadVersion) The payload that was sent to the target function.The ARN of the target function.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
payloadVersion
The payload that was sent to the target function.
Note: Only Lambda functions are currently supported.
- Parameters:
payloadVersion- The payload that was sent to the target function.Note: Only Lambda functions are currently supported.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetArn
The ARN of the target function.
Note: Only Lambda functions are currently supported.
- Parameters:
targetArn- The ARN of the target function.Note: Only Lambda functions are currently supported.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-