Uses of Class
software.amazon.awscdk.services.cloudfront.CloudFrontWebDistributionProps.Builder
Packages that use CloudFrontWebDistributionProps.Builder
-
Uses of CloudFrontWebDistributionProps.Builder in software.amazon.awscdk.services.cloudfront
Methods in software.amazon.awscdk.services.cloudfront that return CloudFrontWebDistributionProps.BuilderModifier and TypeMethodDescriptionCloudFrontWebDistributionProps.builder()Sets the value ofCloudFrontWebDistributionProps.getComment()CloudFrontWebDistributionProps.Builder.defaultRootObject(String defaultRootObject) Sets the value ofCloudFrontWebDistributionProps.getDefaultRootObject()Sets the value ofCloudFrontWebDistributionProps.getEnabled()CloudFrontWebDistributionProps.Builder.enableIpV6(Boolean enableIpV6) Sets the value ofCloudFrontWebDistributionProps.getEnableIpV6()CloudFrontWebDistributionProps.Builder.errorConfigurations(List<? extends CfnDistribution.CustomErrorResponseProperty> errorConfigurations) Sets the value ofCloudFrontWebDistributionProps.getErrorConfigurations()CloudFrontWebDistributionProps.Builder.geoRestriction(GeoRestriction geoRestriction) Sets the value ofCloudFrontWebDistributionProps.getGeoRestriction()CloudFrontWebDistributionProps.Builder.httpVersion(HttpVersion httpVersion) Sets the value ofCloudFrontWebDistributionProps.getHttpVersion()CloudFrontWebDistributionProps.Builder.loggingConfig(LoggingConfiguration loggingConfig) Sets the value ofCloudFrontWebDistributionProps.getLoggingConfig()CloudFrontWebDistributionProps.Builder.originConfigs(List<? extends SourceConfiguration> originConfigs) Sets the value ofCloudFrontWebDistributionProps.getOriginConfigs()CloudFrontWebDistributionProps.Builder.priceClass(PriceClass priceClass) Sets the value ofCloudFrontWebDistributionProps.getPriceClass()CloudFrontWebDistributionProps.Builder.viewerCertificate(ViewerCertificate viewerCertificate) Sets the value ofCloudFrontWebDistributionProps.getViewerCertificate()CloudFrontWebDistributionProps.Builder.viewerProtocolPolicy(ViewerProtocolPolicy viewerProtocolPolicy) Sets the value ofCloudFrontWebDistributionProps.getViewerProtocolPolicy()Sets the value ofinvalid reference
CloudFrontWebDistributionProps#getWebAclIdConstructors in software.amazon.awscdk.services.cloudfront with parameters of type CloudFrontWebDistributionProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCloudFrontWebDistributionProps.Builder.