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