Uses of Class
software.amazon.awscdk.services.cloudfront.origins.S3BucketOriginWithOAIProps.Builder
Packages that use S3BucketOriginWithOAIProps.Builder
Package
Description
CloudFront Origins for the CDK CloudFront Library
-
Uses of S3BucketOriginWithOAIProps.Builder in software.amazon.awscdk.services.cloudfront.origins
Methods in software.amazon.awscdk.services.cloudfront.origins that return S3BucketOriginWithOAIProps.BuilderModifier and TypeMethodDescriptionS3BucketOriginWithOAIProps.builder()S3BucketOriginWithOAIProps.Builder.connectionAttempts(Number connectionAttempts) Sets the value ofOriginOptions.getConnectionAttempts()S3BucketOriginWithOAIProps.Builder.connectionTimeout(Duration connectionTimeout) Sets the value ofOriginOptions.getConnectionTimeout()S3BucketOriginWithOAIProps.Builder.customHeaders(Map<String, String> customHeaders) Sets the value ofOriginOptions.getCustomHeaders()S3BucketOriginWithOAIProps.Builder.originAccessControlId(String originAccessControlId) Sets the value ofOriginOptions.getOriginAccessControlId()S3BucketOriginWithOAIProps.Builder.originAccessIdentity(IOriginAccessIdentity originAccessIdentity) Sets the value ofS3BucketOriginWithOAIProps.getOriginAccessIdentity()Sets the value ofOriginOptions.getOriginId()S3BucketOriginWithOAIProps.Builder.originPath(String originPath) Sets the value ofOriginProps.getOriginPath()S3BucketOriginWithOAIProps.Builder.originShieldEnabled(Boolean originShieldEnabled) Sets the value ofOriginOptions.getOriginShieldEnabled()S3BucketOriginWithOAIProps.Builder.originShieldRegion(String originShieldRegion) Sets the value ofOriginOptions.getOriginShieldRegion()S3BucketOriginWithOAIProps.Builder.responseCompletionTimeout(Duration responseCompletionTimeout) Sets the value ofOriginOptions.getResponseCompletionTimeout()Constructors in software.amazon.awscdk.services.cloudfront.origins with parameters of type S3BucketOriginWithOAIProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theS3BucketOriginWithOAIProps.Builder.