| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static IpamPoolAllocation.Builder |
IpamPoolAllocation.builder() |
IpamPoolAllocation.Builder |
IpamPoolAllocation.Builder.cidr(String cidr)
The CIDR for the allocation.
|
IpamPoolAllocation.Builder |
IpamPoolAllocation.Builder.description(String description)
A description of the pool allocation.
|
IpamPoolAllocation.Builder |
IpamPoolAllocation.Builder.ipamPoolAllocationId(String ipamPoolAllocationId)
The ID of an allocation.
|
IpamPoolAllocation.Builder |
IpamPoolAllocation.Builder.resourceId(String resourceId)
The ID of the resource.
|
IpamPoolAllocation.Builder |
IpamPoolAllocation.Builder.resourceOwner(String resourceOwner)
The owner of the resource.
|
IpamPoolAllocation.Builder |
IpamPoolAllocation.Builder.resourceRegion(String resourceRegion)
The Amazon Web Services Region of the resource.
|
IpamPoolAllocation.Builder |
IpamPoolAllocation.Builder.resourceType(IpamPoolAllocationResourceType resourceType)
The type of the resource.
|
IpamPoolAllocation.Builder |
IpamPoolAllocation.Builder.resourceType(String resourceType)
The type of the resource.
|
IpamPoolAllocation.Builder |
IpamPoolAllocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IpamPoolAllocation.Builder> |
IpamPoolAllocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AllocateIpamPoolCidrResponse.Builder |
AllocateIpamPoolCidrResponse.Builder.ipamPoolAllocation(Consumer<IpamPoolAllocation.Builder> ipamPoolAllocation)
Information about the allocation created.
|
Copyright © 2023. All rights reserved.