Uses of Class
software.amazon.awscdk.services.cloudfront.origins.RestApiOriginProps.Builder
Package
Description
CloudFront Origins for the CDK CloudFront Library
-
Uses of RestApiOriginProps.Builder in software.amazon.awscdk.services.cloudfront.origins
Modifier and TypeMethodDescriptionstatic RestApiOriginProps.Builder
RestApiOriginProps.builder()
RestApiOriginProps.Builder.connectionAttempts
(Number connectionAttempts) Sets the value ofOriginOptions.getConnectionAttempts()
RestApiOriginProps.Builder.connectionTimeout
(Duration connectionTimeout) Sets the value ofOriginOptions.getConnectionTimeout()
RestApiOriginProps.Builder.customHeaders
(Map<String, String> customHeaders) Sets the value ofOriginOptions.getCustomHeaders()
RestApiOriginProps.Builder.keepaliveTimeout
(Duration keepaliveTimeout) Sets the value ofRestApiOriginProps.getKeepaliveTimeout()
RestApiOriginProps.Builder.originAccessControlId
(String originAccessControlId) Sets the value ofOriginOptions.getOriginAccessControlId()
Sets the value ofOriginOptions.getOriginId()
RestApiOriginProps.Builder.originPath
(String originPath) Sets the value ofOriginProps.getOriginPath()
RestApiOriginProps.Builder.originShieldEnabled
(Boolean originShieldEnabled) Sets the value ofOriginOptions.getOriginShieldEnabled()
RestApiOriginProps.Builder.originShieldRegion
(String originShieldRegion) Sets the value ofOriginOptions.getOriginShieldRegion()
RestApiOriginProps.Builder.readTimeout
(Duration readTimeout) Sets the value ofRestApiOriginProps.getReadTimeout()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(RestApiOriginProps.Builder builder) Constructor that initializes the object based on literal property values passed by theRestApiOriginProps.Builder
.