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