Uses of Interface
software.amazon.awssdk.services.ec2.model.PublicIpv4Pool.Builder
Packages that use PublicIpv4Pool.Builder
-
Uses of PublicIpv4Pool.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PublicIpv4Pool.BuilderModifier and TypeMethodDescriptionstatic PublicIpv4Pool.BuilderPublicIpv4Pool.builder()PublicIpv4Pool.Builder.description(String description) A description of the address pool.PublicIpv4Pool.Builder.networkBorderGroup(String networkBorderGroup) The name of the location from which the address pool is advertised.PublicIpv4Pool.Builder.poolAddressRanges(Collection<PublicIpv4PoolRange> poolAddressRanges) The address ranges.PublicIpv4Pool.Builder.poolAddressRanges(Consumer<PublicIpv4PoolRange.Builder>... poolAddressRanges) The address ranges.PublicIpv4Pool.Builder.poolAddressRanges(PublicIpv4PoolRange... poolAddressRanges) The address ranges.The ID of the address pool.PublicIpv4Pool.Builder.tags(Collection<Tag> tags) Any tags for the address pool.PublicIpv4Pool.Builder.tags(Consumer<Tag.Builder>... tags) Any tags for the address pool.Any tags for the address pool.PublicIpv4Pool.toBuilder()PublicIpv4Pool.Builder.totalAddressCount(Integer totalAddressCount) The total number of addresses.PublicIpv4Pool.Builder.totalAvailableAddressCount(Integer totalAvailableAddressCount) The total number of available addresses.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PublicIpv4Pool.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PublicIpv4Pool.Builder>PublicIpv4Pool.serializableBuilderClass()