Uses of Class
software.amazon.awscdk.services.cloudfront.origins.FunctionUrlOriginProps.Builder
Packages that use FunctionUrlOriginProps.Builder
Package
Description
CloudFront Origins for the CDK CloudFront Library
-
Uses of FunctionUrlOriginProps.Builder in software.amazon.awscdk.services.cloudfront.origins
Methods in software.amazon.awscdk.services.cloudfront.origins that return FunctionUrlOriginProps.BuilderModifier 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.ipAddressType(OriginIpAddressType ipAddressType) Sets the value ofFunctionUrlOriginProps.getIpAddressType()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()FunctionUrlOriginProps.Builder.responseCompletionTimeout(Duration responseCompletionTimeout) Sets the value ofOriginOptions.getResponseCompletionTimeout()Constructors in software.amazon.awscdk.services.cloudfront.origins with parameters of type FunctionUrlOriginProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(FunctionUrlOriginProps.Builder builder) Constructor that initializes the object based on literal property values passed by theFunctionUrlOriginProps.Builder.