Uses of Class
software.amazon.awscdk.services.cloudfront.OriginProps.Builder
Packages that use OriginProps.Builder
- 
Uses of OriginProps.Builder in software.amazon.awscdk.services.cloudfrontMethods in software.amazon.awscdk.services.cloudfront that return OriginProps.BuilderModifier and TypeMethodDescriptionstatic OriginProps.BuilderOriginProps.builder()OriginProps.Builder.connectionAttempts(Number connectionAttempts) Sets the value ofOriginOptions.getConnectionAttempts()OriginProps.Builder.connectionTimeout(Duration connectionTimeout) Sets the value ofOriginOptions.getConnectionTimeout()OriginProps.Builder.customHeaders(Map<String, String> customHeaders) Sets the value ofOriginOptions.getCustomHeaders()OriginProps.Builder.originPath(String originPath) Sets the value ofOriginProps.getOriginPath()OriginProps.Builder.originShieldRegion(String originShieldRegion) Sets the value ofOriginOptions.getOriginShieldRegion()Constructors in software.amazon.awscdk.services.cloudfront with parameters of type OriginProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(OriginProps.Builder builder) Constructor that initializes the object based on literal property values passed by theOriginProps.Builder.