CopyableBuilder<LambdaFunctionAssociation.Builder,LambdaFunctionAssociation>, SdkBuilder<LambdaFunctionAssociation.Builder,LambdaFunctionAssociation>public static interface LambdaFunctionAssociation.Builder extends CopyableBuilder<LambdaFunctionAssociation.Builder,LambdaFunctionAssociation>
| Modifier and Type | Method | Description |
|---|---|---|
LambdaFunctionAssociation.Builder |
eventType(String eventType) |
Specifies the event type that triggers a Lambda function invocation.
|
LambdaFunctionAssociation.Builder |
eventType(EventType eventType) |
Specifies the event type that triggers a Lambda function invocation.
|
LambdaFunctionAssociation.Builder |
lambdaFunctionARN(String lambdaFunctionARN) |
The ARN of the Lambda function.
|
copyapply, buildLambdaFunctionAssociation.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
eventType - Specifies the event type that triggers a Lambda function invocation. Valid values are:
viewer-request
origin-request
viewer-response
origin-response
EventTypeLambdaFunctionAssociation.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
eventType - Specifies the event type that triggers a Lambda function invocation. Valid values are:
viewer-request
origin-request
viewer-response
origin-response
EventTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.