Uses of Class
software.amazon.awscdk.services.cloudfront.origins.S3BucketOriginWithOACProps.Builder
Package
Description
CloudFront Origins for the CDK CloudFront Library
-
Uses of S3BucketOriginWithOACProps.Builder in software.amazon.awscdk.services.cloudfront.origins
Modifier and TypeMethodDescriptionS3BucketOriginWithOACProps.builder()
S3BucketOriginWithOACProps.Builder.connectionAttempts
(Number connectionAttempts) Sets the value ofOriginOptions.getConnectionAttempts()
S3BucketOriginWithOACProps.Builder.connectionTimeout
(Duration connectionTimeout) Sets the value ofOriginOptions.getConnectionTimeout()
S3BucketOriginWithOACProps.Builder.customHeaders
(Map<String, String> customHeaders) Sets the value ofOriginOptions.getCustomHeaders()
S3BucketOriginWithOACProps.Builder.originAccessControl
(IOriginAccessControl originAccessControl) Sets the value ofS3BucketOriginWithOACProps.getOriginAccessControl()
S3BucketOriginWithOACProps.Builder.originAccessControlId
(String originAccessControlId) Sets the value ofOriginOptions.getOriginAccessControlId()
S3BucketOriginWithOACProps.Builder.originAccessLevels
(List<? extends AccessLevel> originAccessLevels) Sets the value ofS3BucketOriginWithOACProps.getOriginAccessLevels()
Sets the value ofOriginOptions.getOriginId()
S3BucketOriginWithOACProps.Builder.originPath
(String originPath) Sets the value ofOriginProps.getOriginPath()
S3BucketOriginWithOACProps.Builder.originShieldEnabled
(Boolean originShieldEnabled) Sets the value ofOriginOptions.getOriginShieldEnabled()
S3BucketOriginWithOACProps.Builder.originShieldRegion
(String originShieldRegion) Sets the value ofOriginOptions.getOriginShieldRegion()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theS3BucketOriginWithOACProps.Builder
.