Class CfnAnycastIpList.Builder
java.lang.Object
software.amazon.awscdk.services.cloudfront.CfnAnycastIpList.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnycastIpList>
- Enclosing class:
CfnAnycastIpList
@Stability(Stable)
public static final class CfnAnycastIpList.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnycastIpList>
A fluent builder for
CfnAnycastIpList.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnAnycastIpList.BuilderThe number of IP addresses in the Anycast static IP list.The name of the Anycast static IP list.A complex type that contains zero or moreTagelements.
-
Method Details
-
create
@Stability(Stable) public static CfnAnycastIpList.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnAnycastIpList.Builder.
-
ipCount
The number of IP addresses in the Anycast static IP list.- Parameters:
ipCount- The number of IP addresses in the Anycast static IP list. This parameter is required.- Returns:
this- See Also:
-
name
The name of the Anycast static IP list.- Parameters:
name- The name of the Anycast static IP list. This parameter is required.- Returns:
this- See Also:
-
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:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnycastIpList>- Returns:
- a newly built instance of
CfnAnycastIpList.
-