Uses of Class
software.amazon.awscdk.services.cloudfront.origins.VpcOriginWithEndpointProps.Builder
Packages that use VpcOriginWithEndpointProps.Builder
Package
Description
CloudFront Origins for the CDK CloudFront Library
-
Uses of VpcOriginWithEndpointProps.Builder in software.amazon.awscdk.services.cloudfront.origins
Methods in software.amazon.awscdk.services.cloudfront.origins that return VpcOriginWithEndpointProps.BuilderModifier and TypeMethodDescriptionVpcOriginWithEndpointProps.builder()VpcOriginWithEndpointProps.Builder.connectionAttempts(Number connectionAttempts) Sets the value ofOriginOptions.getConnectionAttempts()VpcOriginWithEndpointProps.Builder.connectionTimeout(Duration connectionTimeout) Sets the value ofOriginOptions.getConnectionTimeout()VpcOriginWithEndpointProps.Builder.customHeaders(Map<String, String> customHeaders) Sets the value ofOriginOptions.getCustomHeaders()VpcOriginWithEndpointProps.Builder.domainName(String domainName) Sets the value ofVpcOriginProps.getDomainName()Sets the value ofVpcOriginOptions.getHttpPort()Sets the value ofVpcOriginOptions.getHttpsPort()VpcOriginWithEndpointProps.Builder.keepaliveTimeout(Duration keepaliveTimeout) Sets the value ofVpcOriginProps.getKeepaliveTimeout()VpcOriginWithEndpointProps.Builder.originAccessControlId(String originAccessControlId) Sets the value ofOriginOptions.getOriginAccessControlId()Sets the value ofOriginOptions.getOriginId()VpcOriginWithEndpointProps.Builder.originPath(String originPath) Sets the value ofOriginProps.getOriginPath()VpcOriginWithEndpointProps.Builder.originShieldEnabled(Boolean originShieldEnabled) Sets the value ofOriginOptions.getOriginShieldEnabled()VpcOriginWithEndpointProps.Builder.originShieldRegion(String originShieldRegion) Sets the value ofOriginOptions.getOriginShieldRegion()VpcOriginWithEndpointProps.Builder.originSslProtocols(List<? extends OriginSslPolicy> originSslProtocols) Sets the value ofVpcOriginOptions.getOriginSslProtocols()VpcOriginWithEndpointProps.Builder.protocolPolicy(OriginProtocolPolicy protocolPolicy) Sets the value ofVpcOriginOptions.getProtocolPolicy()VpcOriginWithEndpointProps.Builder.readTimeout(Duration readTimeout) Sets the value ofVpcOriginProps.getReadTimeout()VpcOriginWithEndpointProps.Builder.vpcOriginName(String vpcOriginName) Sets the value ofVpcOriginOptions.getVpcOriginName()Constructors in software.amazon.awscdk.services.cloudfront.origins with parameters of type VpcOriginWithEndpointProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theVpcOriginWithEndpointProps.Builder.