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