Uses of Interface
software.amazon.awssdk.services.ec2.model.Ipv6Pool.Builder
-
Packages that use Ipv6Pool.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of Ipv6Pool.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Ipv6Pool.Builder Modifier and Type Method Description static Ipv6Pool.BuilderIpv6Pool. builder()Ipv6Pool.BuilderIpv6Pool.Builder. description(String description)The description for the address pool.Ipv6Pool.BuilderIpv6Pool.Builder. poolCidrBlocks(Collection<PoolCidrBlock> poolCidrBlocks)The CIDR blocks for the address pool.Ipv6Pool.BuilderIpv6Pool.Builder. poolCidrBlocks(Consumer<PoolCidrBlock.Builder>... poolCidrBlocks)The CIDR blocks for the address pool.Ipv6Pool.BuilderIpv6Pool.Builder. poolCidrBlocks(PoolCidrBlock... poolCidrBlocks)The CIDR blocks for the address pool.Ipv6Pool.BuilderIpv6Pool.Builder. poolId(String poolId)The ID of the address pool.Ipv6Pool.BuilderIpv6Pool.Builder. tags(Collection<Tag> tags)Any tags for the address pool.Ipv6Pool.BuilderIpv6Pool.Builder. tags(Consumer<Tag.Builder>... tags)Any tags for the address pool.Ipv6Pool.BuilderIpv6Pool.Builder. tags(Tag... tags)Any tags for the address pool.Ipv6Pool.BuilderIpv6Pool. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Ipv6Pool.Builder Modifier and Type Method Description static Class<? extends Ipv6Pool.Builder>Ipv6Pool. serializableBuilderClass()
-