Uses of Class
software.amazon.awscdk.services.cloudfront.CfnDistribution.OriginProperty.Builder
-
Uses of CfnDistribution.OriginProperty.Builder in software.amazon.awscdk.services.cloudfront
Modifier and TypeMethodDescriptionCfnDistribution.OriginProperty.builder()
CfnDistribution.OriginProperty.Builder.connectionAttempts
(Number connectionAttempts) Sets the value ofCfnDistribution.OriginProperty.getConnectionAttempts()
CfnDistribution.OriginProperty.Builder.connectionTimeout
(Number connectionTimeout) Sets the value ofCfnDistribution.OriginProperty.getConnectionTimeout()
CfnDistribution.OriginProperty.Builder.customOriginConfig
(IResolvable customOriginConfig) Sets the value ofCfnDistribution.OriginProperty.getCustomOriginConfig()
CfnDistribution.OriginProperty.Builder.customOriginConfig
(CfnDistribution.CustomOriginConfigProperty customOriginConfig) Sets the value ofCfnDistribution.OriginProperty.getCustomOriginConfig()
CfnDistribution.OriginProperty.Builder.domainName
(String domainName) Sets the value ofCfnDistribution.OriginProperty.getDomainName()
Sets the value ofCfnDistribution.OriginProperty.getId()
CfnDistribution.OriginProperty.Builder.originAccessControlId
(String originAccessControlId) Sets the value ofCfnDistribution.OriginProperty.getOriginAccessControlId()
CfnDistribution.OriginProperty.Builder.originCustomHeaders
(List<? extends Object> originCustomHeaders) Sets the value ofCfnDistribution.OriginProperty.getOriginCustomHeaders()
CfnDistribution.OriginProperty.Builder.originCustomHeaders
(IResolvable originCustomHeaders) Sets the value ofCfnDistribution.OriginProperty.getOriginCustomHeaders()
CfnDistribution.OriginProperty.Builder.originPath
(String originPath) Sets the value ofCfnDistribution.OriginProperty.getOriginPath()
CfnDistribution.OriginProperty.Builder.originShield
(IResolvable originShield) Sets the value ofCfnDistribution.OriginProperty.getOriginShield()
CfnDistribution.OriginProperty.Builder.originShield
(CfnDistribution.OriginShieldProperty originShield) Sets the value ofCfnDistribution.OriginProperty.getOriginShield()
CfnDistribution.OriginProperty.Builder.s3OriginConfig
(IResolvable s3OriginConfig) Sets the value ofCfnDistribution.OriginProperty.getS3OriginConfig()
CfnDistribution.OriginProperty.Builder.s3OriginConfig
(CfnDistribution.S3OriginConfigProperty s3OriginConfig) Sets the value ofCfnDistribution.OriginProperty.getS3OriginConfig()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDistribution.OriginProperty.Builder
.