Class CfnVpcOriginPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnVpcOriginPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVpcOriginPropsMixin>
- Enclosing class:
CfnVpcOriginPropsMixin
@Stability(Stable)
public static final class CfnVpcOriginPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVpcOriginPropsMixin>
A fluent builder for
CfnVpcOriginPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) A complex type that contains zero or moreTagelements.vpcOriginEndpointConfig(CfnVpcOriginPropsMixin.VpcOriginEndpointConfigProperty vpcOriginEndpointConfig) The VPC origin endpoint configuration.vpcOriginEndpointConfig(IResolvable vpcOriginEndpointConfig) The VPC origin endpoint configuration.
-
Method Details
-
create
@Stability(Stable) public static CfnVpcOriginPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnVpcOriginPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnVpcOriginPropsMixin.Builder.
-
tags
A complex type that contains zero or moreTagelements.- Parameters:
tags- A complex type that contains zero or moreTagelements. This parameter is required.- Returns:
this- See Also:
-
vpcOriginEndpointConfig
@Stability(Stable) public CfnVpcOriginPropsMixin.Builder vpcOriginEndpointConfig(IResolvable vpcOriginEndpointConfig) The VPC origin endpoint configuration.- Parameters:
vpcOriginEndpointConfig- The VPC origin endpoint configuration. This parameter is required.- Returns:
this- See Also:
-
vpcOriginEndpointConfig
@Stability(Stable) public CfnVpcOriginPropsMixin.Builder vpcOriginEndpointConfig(CfnVpcOriginPropsMixin.VpcOriginEndpointConfigProperty vpcOriginEndpointConfig) The VPC origin endpoint configuration.- Parameters:
vpcOriginEndpointConfig- The VPC origin endpoint configuration. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVpcOriginPropsMixin>- Returns:
- a newly built instance of
CfnVpcOriginPropsMixin.
-