| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static LambdaFunctionAssociation.Builder |
LambdaFunctionAssociation.builder() |
LambdaFunctionAssociation.Builder |
LambdaFunctionAssociation.Builder.eventType(EventType eventType)
Specifies the event type that triggers a Lambda@Edge function invocation.
|
LambdaFunctionAssociation.Builder |
LambdaFunctionAssociation.Builder.eventType(String eventType)
Specifies the event type that triggers a Lambda@Edge function invocation.
|
LambdaFunctionAssociation.Builder |
LambdaFunctionAssociation.Builder.includeBody(Boolean includeBody)
A flag that allows a Lambda@Edge function to have read access to the body content.
|
LambdaFunctionAssociation.Builder |
LambdaFunctionAssociation.Builder.lambdaFunctionARN(String lambdaFunctionARN)
The ARN of the Lambda@Edge function.
|
LambdaFunctionAssociation.Builder |
LambdaFunctionAssociation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LambdaFunctionAssociation.Builder> |
LambdaFunctionAssociation.serializableBuilderClass() |
Copyright © 2021. All rights reserved.