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