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, sdkFields
copy
applyMutation, build
Ipv6Pool.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 theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #poolCidrBlocks(List)
.poolCidrBlocks
- a consumer that will call methods on List.Builder
#poolCidrBlocks(List)
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 theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #tags(List)
.tags
- a consumer that will call methods on List.Builder
#tags(List)
Copyright © 2022. All rights reserved.