public static interface FunctionAssociation.Builder extends SdkPojo, CopyableBuilder<FunctionAssociation.Builder,FunctionAssociation>
| Modifier and Type | Method and Description |
|---|---|
FunctionAssociation.Builder |
eventType(EventType eventType)
The event type of the function, either
viewer-request or viewer-response. |
FunctionAssociation.Builder |
eventType(String eventType)
The event type of the function, either
viewer-request or viewer-response. |
FunctionAssociation.Builder |
functionARN(String functionARN)
The Amazon Resource Name (ARN) of the function.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFunctionAssociation.Builder functionARN(String functionARN)
The Amazon Resource Name (ARN) of the function.
functionARN - The Amazon Resource Name (ARN) of the function.FunctionAssociation.Builder eventType(String eventType)
The event type of the function, either viewer-request or viewer-response. You
cannot use origin-facing event types (origin-request and origin-response) with a
CloudFront function.
eventType - The event type of the function, either viewer-request or viewer-response.
You cannot use origin-facing event types (origin-request and origin-response
) with a CloudFront function.EventType,
EventTypeFunctionAssociation.Builder eventType(EventType eventType)
The event type of the function, either viewer-request or viewer-response. You
cannot use origin-facing event types (origin-request and origin-response) with a
CloudFront function.
eventType - The event type of the function, either viewer-request or viewer-response.
You cannot use origin-facing event types (origin-request and origin-response
) with a CloudFront function.EventType,
EventTypeCopyright © 2023. All rights reserved.