| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static FunctionAssociation.Builder |
FunctionAssociation.builder() |
FunctionAssociation.Builder |
FunctionAssociation.Builder.eventType(EventType eventType)
The event type of the function, either
viewer-request or viewer-response. |
FunctionAssociation.Builder |
FunctionAssociation.Builder.eventType(String eventType)
The event type of the function, either
viewer-request or viewer-response. |
FunctionAssociation.Builder |
FunctionAssociation.Builder.functionARN(String functionARN)
The Amazon Resource Name (ARN) of the function.
|
FunctionAssociation.Builder |
FunctionAssociation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FunctionAssociation.Builder> |
FunctionAssociation.serializableBuilderClass() |
Copyright © 2023. All rights reserved.