Uses of Class
software.amazon.awscdk.services.cloudfront.origins.FunctionUrlOriginProps.Builder
Package
Description
CloudFront Origins for the CDK CloudFront Library
-
Uses of FunctionUrlOriginProps.Builder in software.amazon.awscdk.services.cloudfront.origins
Modifier and TypeMethodDescriptionFunctionUrlOriginProps.builder()
FunctionUrlOriginProps.Builder.connectionAttempts
(Number connectionAttempts) Sets the value ofOriginOptions.getConnectionAttempts()
FunctionUrlOriginProps.Builder.connectionTimeout
(Duration connectionTimeout) Sets the value ofOriginOptions.getConnectionTimeout()
FunctionUrlOriginProps.Builder.customHeaders
(Map<String, String> customHeaders) Sets the value ofOriginOptions.getCustomHeaders()
FunctionUrlOriginProps.Builder.keepaliveTimeout
(Duration keepaliveTimeout) Sets the value ofFunctionUrlOriginProps.getKeepaliveTimeout()
FunctionUrlOriginProps.Builder.originAccessControlId
(String originAccessControlId) Sets the value ofOriginOptions.getOriginAccessControlId()
Sets the value ofOriginOptions.getOriginId()
FunctionUrlOriginProps.Builder.originPath
(String originPath) Sets the value ofOriginProps.getOriginPath()
FunctionUrlOriginProps.Builder.originShieldEnabled
(Boolean originShieldEnabled) Sets the value ofOriginOptions.getOriginShieldEnabled()
FunctionUrlOriginProps.Builder.originShieldRegion
(String originShieldRegion) Sets the value ofOriginOptions.getOriginShieldRegion()
FunctionUrlOriginProps.Builder.readTimeout
(Duration readTimeout) Sets the value ofFunctionUrlOriginProps.getReadTimeout()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(FunctionUrlOriginProps.Builder builder) Constructor that initializes the object based on literal property values passed by theFunctionUrlOriginProps.Builder
.