Uses of Interface
software.amazon.awssdk.services.ec2.model.IpamPoolAllocation.Builder
Packages that use IpamPoolAllocation.Builder
-
Uses of IpamPoolAllocation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpamPoolAllocation.BuilderModifier and TypeMethodDescriptionstatic IpamPoolAllocation.BuilderIpamPoolAllocation.builder()The CIDR for the allocation.IpamPoolAllocation.Builder.description(String description) A description of the pool allocation.IpamPoolAllocation.Builder.ipamPoolAllocationId(String ipamPoolAllocationId) The ID of an allocation.IpamPoolAllocation.Builder.resourceId(String resourceId) The ID of the resource.IpamPoolAllocation.Builder.resourceOwner(String resourceOwner) The owner of the resource.IpamPoolAllocation.Builder.resourceRegion(String resourceRegion) The Amazon Web Services Region of the resource.IpamPoolAllocation.Builder.resourceType(String resourceType) The type of the resource.IpamPoolAllocation.Builder.resourceType(IpamPoolAllocationResourceType resourceType) The type of the resource.IpamPoolAllocation.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamPoolAllocation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends IpamPoolAllocation.Builder>IpamPoolAllocation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IpamPoolAllocation.BuilderModifier and TypeMethodDescriptionAllocateIpamPoolCidrResponse.Builder.ipamPoolAllocation(Consumer<IpamPoolAllocation.Builder> ipamPoolAllocation) Information about the allocation created.