Class CfnIPAMPrefixListResolverPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnIPAMPrefixListResolverPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIPAMPrefixListResolverPropsMixin>
- Enclosing class:
CfnIPAMPrefixListResolverPropsMixin
@Stability(Stable)
public static final class CfnIPAMPrefixListResolverPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIPAMPrefixListResolverPropsMixin>
A fluent builder for
CfnIPAMPrefixListResolverPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionaddressFamily(String addressFamily) The address family of the address space in this Prefix List Resolver.build()create()create(CfnPropertyMixinOptions options) 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 CfnIPAMPrefixListResolverPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnIPAMPrefixListResolverPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnIPAMPrefixListResolverPropsMixin.Builder.
-
addressFamily
@Stability(Stable) public CfnIPAMPrefixListResolverPropsMixin.Builder addressFamily(String 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
@Stability(Stable) public CfnIPAMPrefixListResolverPropsMixin.Builder description(String 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
@Stability(Stable) public CfnIPAMPrefixListResolverPropsMixin.Builder rules(List<? extends Object> 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
@Stability(Stable) public CfnIPAMPrefixListResolverPropsMixin.Builder tags(List<? extends CfnTag> 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<CfnIPAMPrefixListResolverPropsMixin>- Returns:
- a newly built instance of
CfnIPAMPrefixListResolverPropsMixin.
-