Uses of Class
software.amazon.awscdk.services.cloudfront.VpcOriginProps.Builder
Packages that use VpcOriginProps.Builder
-
Uses of VpcOriginProps.Builder in software.amazon.awscdk.services.cloudfront
Methods in software.amazon.awscdk.services.cloudfront that return VpcOriginProps.BuilderModifier and TypeMethodDescriptionstatic VpcOriginProps.Builder
VpcOriginProps.builder()
VpcOriginProps.Builder.endpoint
(VpcOriginEndpoint endpoint) Sets the value ofVpcOriginProps.getEndpoint()
Sets the value ofVpcOriginOptions.getHttpPort()
Sets the value ofVpcOriginOptions.getHttpsPort()
VpcOriginProps.Builder.originSslProtocols
(List<? extends OriginSslPolicy> originSslProtocols) Sets the value ofVpcOriginOptions.getOriginSslProtocols()
VpcOriginProps.Builder.protocolPolicy
(OriginProtocolPolicy protocolPolicy) Sets the value ofVpcOriginOptions.getProtocolPolicy()
VpcOriginProps.Builder.vpcOriginName
(String vpcOriginName) Sets the value ofVpcOriginOptions.getVpcOriginName()
Constructors in software.amazon.awscdk.services.cloudfront with parameters of type VpcOriginProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(VpcOriginProps.Builder builder) Constructor that initializes the object based on literal property values passed by theVpcOriginProps.Builder
.