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.
|
copy
apply, build
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
eventType
- Specifies the event type that triggers a Lambda function invocation. Valid values are:
viewer-request
origin-request
viewer-response
origin-response
EventType
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
eventType
- Specifies the event type that triggers a Lambda function invocation. Valid values are:
viewer-request
origin-request
viewer-response
origin-response
EventType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.