Uses of Class
software.amazon.awscdk.services.cloudfront.origins.FunctionUrlOriginBaseProps.Builder
Packages that use FunctionUrlOriginBaseProps.Builder
Package
Description
CloudFront Origins for the CDK CloudFront Library
-
Uses of FunctionUrlOriginBaseProps.Builder in software.amazon.awscdk.services.cloudfront.origins
Methods in software.amazon.awscdk.services.cloudfront.origins that return FunctionUrlOriginBaseProps.BuilderModifier and TypeMethodDescriptionFunctionUrlOriginBaseProps.builder()
FunctionUrlOriginBaseProps.Builder.connectionAttempts
(Number connectionAttempts) Sets the value ofOriginOptions.getConnectionAttempts()
FunctionUrlOriginBaseProps.Builder.connectionTimeout
(Duration connectionTimeout) Sets the value ofOriginOptions.getConnectionTimeout()
FunctionUrlOriginBaseProps.Builder.customHeaders
(Map<String, String> customHeaders) Sets the value ofOriginOptions.getCustomHeaders()
FunctionUrlOriginBaseProps.Builder.originAccessControlId
(String originAccessControlId) Sets the value ofOriginOptions.getOriginAccessControlId()
Sets the value ofOriginOptions.getOriginId()
FunctionUrlOriginBaseProps.Builder.originPath
(String originPath) Sets the value ofOriginProps.getOriginPath()
FunctionUrlOriginBaseProps.Builder.originShieldEnabled
(Boolean originShieldEnabled) Sets the value ofOriginOptions.getOriginShieldEnabled()
FunctionUrlOriginBaseProps.Builder.originShieldRegion
(String originShieldRegion) Sets the value ofOriginOptions.getOriginShieldRegion()
Constructors in software.amazon.awscdk.services.cloudfront.origins with parameters of type FunctionUrlOriginBaseProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theFunctionUrlOriginBaseProps.Builder
.