Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnDistributionPropsMixin.OriginProperty.Builder
Packages that use CfnDistributionPropsMixin.OriginProperty.Builder
-
Uses of CfnDistributionPropsMixin.OriginProperty.Builder in software.amazon.awscdk.cfnpropertymixins.services.cloudfront
Methods in software.amazon.awscdk.cfnpropertymixins.services.cloudfront that return CfnDistributionPropsMixin.OriginProperty.BuilderModifier and TypeMethodDescriptionCfnDistributionPropsMixin.OriginProperty.builder()CfnDistributionPropsMixin.OriginProperty.Builder.connectionAttempts(Number connectionAttempts) Sets the value ofCfnDistributionPropsMixin.OriginProperty.getConnectionAttempts()CfnDistributionPropsMixin.OriginProperty.Builder.connectionTimeout(Number connectionTimeout) Sets the value ofCfnDistributionPropsMixin.OriginProperty.getConnectionTimeout()CfnDistributionPropsMixin.OriginProperty.Builder.customOriginConfig(CfnDistributionPropsMixin.CustomOriginConfigProperty customOriginConfig) Sets the value ofCfnDistributionPropsMixin.OriginProperty.getCustomOriginConfig()CfnDistributionPropsMixin.OriginProperty.Builder.customOriginConfig(IResolvable customOriginConfig) Sets the value ofCfnDistributionPropsMixin.OriginProperty.getCustomOriginConfig()CfnDistributionPropsMixin.OriginProperty.Builder.domainName(String domainName) Sets the value ofCfnDistributionPropsMixin.OriginProperty.getDomainName()CfnDistributionPropsMixin.OriginProperty.Builder.domainName(IDomainNameRef domainName) Sets the value ofCfnDistributionPropsMixin.OriginProperty.getDomainName()Sets the value ofCfnDistributionPropsMixin.OriginProperty.getId()CfnDistributionPropsMixin.OriginProperty.Builder.id(ILoadBalancerRef id) Sets the value ofCfnDistributionPropsMixin.OriginProperty.getId()CfnDistributionPropsMixin.OriginProperty.Builder.originAccessControlId(String originAccessControlId) Sets the value ofCfnDistributionPropsMixin.OriginProperty.getOriginAccessControlId()CfnDistributionPropsMixin.OriginProperty.Builder.originAccessControlId(IOriginAccessControlRef originAccessControlId) Sets the value ofCfnDistributionPropsMixin.OriginProperty.getOriginAccessControlId()CfnDistributionPropsMixin.OriginProperty.Builder.originCustomHeaders(List<? extends Object> originCustomHeaders) Sets the value ofCfnDistributionPropsMixin.OriginProperty.getOriginCustomHeaders()CfnDistributionPropsMixin.OriginProperty.Builder.originCustomHeaders(IResolvable originCustomHeaders) Sets the value ofCfnDistributionPropsMixin.OriginProperty.getOriginCustomHeaders()CfnDistributionPropsMixin.OriginProperty.Builder.originPath(String originPath) Sets the value ofCfnDistributionPropsMixin.OriginProperty.getOriginPath()CfnDistributionPropsMixin.OriginProperty.Builder.originShield(CfnDistributionPropsMixin.OriginShieldProperty originShield) Sets the value ofCfnDistributionPropsMixin.OriginProperty.getOriginShield()CfnDistributionPropsMixin.OriginProperty.Builder.originShield(IResolvable originShield) Sets the value ofCfnDistributionPropsMixin.OriginProperty.getOriginShield()CfnDistributionPropsMixin.OriginProperty.Builder.responseCompletionTimeout(Number responseCompletionTimeout) Sets the value ofCfnDistributionPropsMixin.OriginProperty.getResponseCompletionTimeout()CfnDistributionPropsMixin.OriginProperty.Builder.s3OriginConfig(CfnDistributionPropsMixin.S3OriginConfigProperty s3OriginConfig) Sets the value ofCfnDistributionPropsMixin.OriginProperty.getS3OriginConfig()CfnDistributionPropsMixin.OriginProperty.Builder.s3OriginConfig(IResolvable s3OriginConfig) Sets the value ofCfnDistributionPropsMixin.OriginProperty.getS3OriginConfig()CfnDistributionPropsMixin.OriginProperty.Builder.vpcOriginConfig(CfnDistributionPropsMixin.VpcOriginConfigProperty vpcOriginConfig) Sets the value ofCfnDistributionPropsMixin.OriginProperty.getVpcOriginConfig()CfnDistributionPropsMixin.OriginProperty.Builder.vpcOriginConfig(IResolvable vpcOriginConfig) Sets the value ofCfnDistributionPropsMixin.OriginProperty.getVpcOriginConfig()Constructors in software.amazon.awscdk.cfnpropertymixins.services.cloudfront with parameters of type CfnDistributionPropsMixin.OriginProperty.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDistributionPropsMixin.OriginProperty.Builder.