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