Uses of Interface
software.amazon.awssdk.services.ec2.model.CoipPool.Builder
-
Packages that use CoipPool.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CoipPool.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CoipPool.Builder Modifier and Type Method Description static CoipPool.BuilderCoipPool. builder()CoipPool.BuilderCoipPool.Builder. localGatewayRouteTableId(String localGatewayRouteTableId)The ID of the local gateway route table.CoipPool.BuilderCoipPool.Builder. poolArn(String poolArn)The ARN of the address pool.CoipPool.BuilderCoipPool.Builder. poolCidrs(String... poolCidrs)The address ranges of the address pool.CoipPool.BuilderCoipPool.Builder. poolCidrs(Collection<String> poolCidrs)The address ranges of the address pool.CoipPool.BuilderCoipPool.Builder. poolId(String poolId)The ID of the address pool.CoipPool.BuilderCoipPool.Builder. tags(Collection<Tag> tags)The tags.CoipPool.BuilderCoipPool.Builder. tags(Consumer<Tag.Builder>... tags)The tags.CoipPool.BuilderCoipPool.Builder. tags(Tag... tags)The tags.CoipPool.BuilderCoipPool. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CoipPool.Builder Modifier and Type Method Description static Class<? extends CoipPool.Builder>CoipPool. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CoipPool.Builder Modifier and Type Method Description default CreateCoipPoolResponse.BuilderCreateCoipPoolResponse.Builder. coipPool(Consumer<CoipPool.Builder> coipPool)Information about the CoIP address pool.default DeleteCoipPoolResponse.BuilderDeleteCoipPoolResponse.Builder. coipPool(Consumer<CoipPool.Builder> coipPool)Information about the CoIP address pool.
-