Class CfnIPAMPrefixListResolver.Builder
java.lang.Object
software.amazon.awscdk.services.ec2.CfnIPAMPrefixListResolver.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIPAMPrefixListResolver>
- Enclosing class:
CfnIPAMPrefixListResolver
@Stability(Stable)
public static final class CfnIPAMPrefixListResolver.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIPAMPrefixListResolver>
A fluent builder for
CfnIPAMPrefixListResolver.-
Method Summary
Modifier and TypeMethodDescriptionaddressFamily(String addressFamily) The address family of the address space in this Prefix List Resolver.build()description(String description) The Id of the IPAM this Prefix List Resolver is a part of.Rules define the business logic for selecting CIDRs from IPAM.rules(IResolvable rules) Rules define the business logic for selecting CIDRs from IPAM.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnIPAMPrefixListResolver.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
CfnIPAMPrefixListResolver.Builder.
-
addressFamily
The address family of the address space in this Prefix List Resolver.Either IPv4 or IPv6.
- Parameters:
addressFamily- The address family of the address space in this Prefix List Resolver. This parameter is required.- Returns:
this- See Also:
-
description
- Parameters:
description- This parameter is required.- Returns:
this- See Also:
-
ipamId
The Id of the IPAM this Prefix List Resolver is a part of.- Parameters:
ipamId- The Id of the IPAM this Prefix List Resolver is a part of. This parameter is required.- Returns:
this- See Also:
-
rules
Rules define the business logic for selecting CIDRs from IPAM.- Parameters:
rules- Rules define the business logic for selecting CIDRs from IPAM. This parameter is required.- Returns:
this- See Also:
-
rules
Rules define the business logic for selecting CIDRs from IPAM.- Parameters:
rules- Rules define the business logic for selecting CIDRs from IPAM. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIPAMPrefixListResolver>- Returns:
- a newly built instance of
CfnIPAMPrefixListResolver.
-