public static interface CampaignHook.Builder extends SdkPojo, CopyableBuilder<CampaignHook.Builder,CampaignHook>
| Modifier and Type | Method and Description |
|---|---|
CampaignHook.Builder |
lambdaFunctionName(String lambdaFunctionName)
The name or Amazon Resource Name (ARN) of the AWS Lambda function that Amazon Pinpoint invokes to send
messages for a campaign.
|
CampaignHook.Builder |
mode(Mode mode)
Specifies which Lambda mode to use when invoking the AWS Lambda function.
|
CampaignHook.Builder |
mode(String mode)
Specifies which Lambda mode to use when invoking the AWS Lambda function.
|
CampaignHook.Builder |
webUrl(String webUrl)
The web URL that Amazon Pinpoint calls to invoke the AWS Lambda function over HTTPS.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCampaignHook.Builder lambdaFunctionName(String lambdaFunctionName)
The name or Amazon Resource Name (ARN) of the AWS Lambda function that Amazon Pinpoint invokes to send messages for a campaign.
lambdaFunctionName - The name or Amazon Resource Name (ARN) of the AWS Lambda function that Amazon Pinpoint invokes to send
messages for a campaign.CampaignHook.Builder mode(String mode)
Specifies which Lambda mode to use when invoking the AWS Lambda function.
CampaignHook.Builder mode(Mode mode)
Specifies which Lambda mode to use when invoking the AWS Lambda function.
CampaignHook.Builder webUrl(String webUrl)
The web URL that Amazon Pinpoint calls to invoke the AWS Lambda function over HTTPS.
webUrl - The web URL that Amazon Pinpoint calls to invoke the AWS Lambda function over HTTPS.
Copyright © 2019. All rights reserved.