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