public static interface Ipv6Pool.Builder extends SdkPojo, CopyableBuilder<Ipv6Pool.Builder,Ipv6Pool>
| Modifier and Type | Method and Description |
|---|---|
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.
|
Ipv6Pool.Builder |
poolId(String poolId)
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.
|
Ipv6Pool.Builder |
tags(Tag... tags)
Any tags for the address pool.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIpv6Pool.Builder poolId(String poolId)
The ID of the address pool.
poolId - The ID of the address pool.Ipv6Pool.Builder description(String description)
The description for the address pool.
description - The description for the address pool.Ipv6Pool.Builder poolCidrBlocks(Collection<PoolCidrBlock> poolCidrBlocks)
The CIDR blocks for the address pool.
poolCidrBlocks - The CIDR blocks for the address pool.Ipv6Pool.Builder poolCidrBlocks(PoolCidrBlock... poolCidrBlocks)
The CIDR blocks for the address pool.
poolCidrBlocks - The CIDR blocks for the address pool.Ipv6Pool.Builder poolCidrBlocks(Consumer<PoolCidrBlock.Builder>... poolCidrBlocks)
The CIDR blocks for the address pool.
This is a convenience method that creates an instance of thePoolCidrBlock.Builder avoiding the need to create one
manually via PoolCidrBlock.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #poolCidrBlocks(List.
poolCidrBlocks - a consumer that will call methods on
PoolCidrBlock.Builder#poolCidrBlocks(java.util.Collection) Ipv6Pool.Builder tags(Collection<Tag> tags)
Any tags for the address pool.
tags - Any tags for the address pool.Ipv6Pool.Builder tags(Tag... tags)
Any tags for the address pool.
tags - Any tags for the address pool.Ipv6Pool.Builder tags(Consumer<Tag.Builder>... tags)
Any tags for the address pool.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.