Uses of Class
software.amazon.awscdk.services.cloudfront.origins.S3OriginProps.Builder
Packages that use S3OriginProps.Builder
Package
Description
CloudFront Origins for the CDK CloudFront Library
-
Uses of S3OriginProps.Builder in software.amazon.awscdk.services.cloudfront.origins
Methods in software.amazon.awscdk.services.cloudfront.origins that return S3OriginProps.BuilderModifier and TypeMethodDescriptionstatic S3OriginProps.BuilderS3OriginProps.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.originAccessIdentity(IOriginAccessIdentity originAccessIdentity) Sets the value ofS3OriginProps.getOriginAccessIdentity()S3OriginProps.Builder.originPath(String originPath) Sets the value ofOriginProps.getOriginPath()S3OriginProps.Builder.originShieldRegion(String originShieldRegion) Sets the value ofOriginOptions.getOriginShieldRegion()Constructors in software.amazon.awscdk.services.cloudfront.origins with parameters of type S3OriginProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(S3OriginProps.Builder builder) Constructor that initializes the object based on literal property values passed by theS3OriginProps.Builder.