Interface ProvisioningHook.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ProvisioningHook.Builder,,- ProvisioningHook> - SdkBuilder<ProvisioningHook.Builder,,- ProvisioningHook> - SdkPojo
- Enclosing class:
- ProvisioningHook
@Mutable
@NotThreadSafe
public static interface ProvisioningHook.Builder
extends SdkPojo, CopyableBuilder<ProvisioningHook.Builder,ProvisioningHook> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
payloadVersionThe 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.
 
- 
targetArnThe 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.
 
 
-