public static interface CoipPool.Builder extends SdkPojo, CopyableBuilder<CoipPool.Builder,CoipPool>
Modifier and Type | Method and Description |
---|---|
CoipPool.Builder |
localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
CoipPool.Builder |
poolArn(String poolArn)
The ARN of the address pool.
|
CoipPool.Builder |
poolCidrs(Collection<String> poolCidrs)
The address ranges of the address pool.
|
CoipPool.Builder |
poolCidrs(String... poolCidrs)
The address ranges of the address pool.
|
CoipPool.Builder |
poolId(String poolId)
The ID of the address pool.
|
CoipPool.Builder |
tags(Collection<Tag> tags)
The tags.
|
CoipPool.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags.
|
CoipPool.Builder |
tags(Tag... tags)
The tags.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CoipPool.Builder poolId(String poolId)
The ID of the address pool.
poolId
- The ID of the address pool.CoipPool.Builder poolCidrs(Collection<String> poolCidrs)
The address ranges of the address pool.
poolCidrs
- The address ranges of the address pool.CoipPool.Builder poolCidrs(String... poolCidrs)
The address ranges of the address pool.
poolCidrs
- The address ranges of the address pool.CoipPool.Builder localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId
- The ID of the local gateway route table.CoipPool.Builder tags(Collection<Tag> tags)
The tags.
tags
- The tags.CoipPool.Builder tags(Tag... tags)
The tags.
tags
- The tags.CoipPool.Builder tags(Consumer<Tag.Builder>... tags)
The tags.
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)
CoipPool.Builder poolArn(String poolArn)
The ARN of the address pool.
poolArn
- The ARN of the address pool.Copyright © 2022. All rights reserved.