Uses of Interface
software.amazon.awssdk.services.ec2.model.AllocateIpamPoolCidrRequest.Builder
Packages that use AllocateIpamPoolCidrRequest.Builder
Package
Description
-
Uses of AllocateIpamPoolCidrRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AllocateIpamPoolCidrRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.allocateIpamPoolCidr(Consumer<AllocateIpamPoolCidrRequest.Builder> allocateIpamPoolCidrRequest) Allocate a CIDR from an IPAM pool.default AllocateIpamPoolCidrResponseEc2Client.allocateIpamPoolCidr(Consumer<AllocateIpamPoolCidrRequest.Builder> allocateIpamPoolCidrRequest) Allocate a CIDR from an IPAM pool. -
Uses of AllocateIpamPoolCidrRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AllocateIpamPoolCidrRequest.BuilderModifier and TypeMethodDescriptionAllocateIpamPoolCidrRequest.Builder.allowedCidrs(String... allowedCidrs) Include a particular CIDR range that can be returned by the pool.AllocateIpamPoolCidrRequest.Builder.allowedCidrs(Collection<String> allowedCidrs) Include a particular CIDR range that can be returned by the pool.AllocateIpamPoolCidrRequest.builder()The CIDR you would like to allocate from the IPAM pool.AllocateIpamPoolCidrRequest.Builder.clientToken(String clientToken) A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.AllocateIpamPoolCidrRequest.Builder.description(String description) A description for the allocation.AllocateIpamPoolCidrRequest.Builder.disallowedCidrs(String... disallowedCidrs) Exclude a particular CIDR range from being returned by the pool.AllocateIpamPoolCidrRequest.Builder.disallowedCidrs(Collection<String> disallowedCidrs) Exclude a particular CIDR range from being returned by the pool.A check for whether you have the required permissions for the action without actually making the request and provides an error response.AllocateIpamPoolCidrRequest.Builder.ipamPoolId(String ipamPoolId) The ID of the IPAM pool from which you would like to allocate a CIDR.AllocateIpamPoolCidrRequest.Builder.netmaskLength(Integer netmaskLength) The netmask length of the CIDR you would like to allocate from the IPAM pool.AllocateIpamPoolCidrRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AllocateIpamPoolCidrRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AllocateIpamPoolCidrRequest.Builder.previewNextCidr(Boolean previewNextCidr) A preview of the next available CIDR in a pool.AllocateIpamPoolCidrRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AllocateIpamPoolCidrRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AllocateIpamPoolCidrRequest.Builder>AllocateIpamPoolCidrRequest.serializableBuilderClass()