Uses of Interface
software.amazon.awssdk.services.ec2.model.CoipPool.Builder
Packages that use CoipPool.Builder
-
Uses of CoipPool.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CoipPool.BuilderModifier and TypeMethodDescriptionstatic CoipPool.BuilderCoipPool.builder()CoipPool.Builder.localGatewayRouteTableId(String localGatewayRouteTableId) The ID of the local gateway route table.The ARN of the address pool.The address ranges of the address pool.CoipPool.Builder.poolCidrs(Collection<String> poolCidrs) The address ranges of the address pool.The ID of the address pool.CoipPool.Builder.tags(Collection<Tag> tags) The tags.CoipPool.Builder.tags(Consumer<Tag.Builder>... tags) The tags.The tags.CoipPool.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CoipPool.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CoipPool.Builder>CoipPool.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CoipPool.BuilderModifier and TypeMethodDescriptiondefault 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.