public static interface LambdaFunctionAssociation.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<LambdaFunctionAssociation.Builder,LambdaFunctionAssociation>
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionAssociation.Builder |
eventType(EventType eventType)
Specifies the event type that triggers a Lambda function invocation.
|
LambdaFunctionAssociation.Builder |
eventType(String eventType)
Specifies the event type that triggers a Lambda function invocation.
|
LambdaFunctionAssociation.Builder |
lambdaFunctionARN(String lambdaFunctionARN)
The ARN of the Lambda function.
|
LambdaFunctionAssociation.Builder lambdaFunctionARN(String lambdaFunctionARN)
The ARN of the Lambda function.
lambdaFunctionARN - The ARN of the Lambda function.LambdaFunctionAssociation.Builder eventType(String eventType)
Specifies the event type that triggers a Lambda function invocation. Valid values are:
viewer-request
origin-request
viewer-response
origin-response
LambdaFunctionAssociation.Builder eventType(EventType eventType)
Specifies the event type that triggers a Lambda function invocation. Valid values are:
viewer-request
origin-request
viewer-response
origin-response
Copyright © 2017. All rights reserved.