public static interface IpamPoolAllocation.Builder extends SdkPojo, CopyableBuilder<IpamPoolAllocation.Builder,IpamPoolAllocation>
| Modifier and Type | Method and Description |
|---|---|
IpamPoolAllocation.Builder |
cidr(String cidr)
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(IpamPoolAllocationResourceType resourceType)
The type of the resource.
|
IpamPoolAllocation.Builder |
resourceType(String resourceType)
The type of the resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIpamPoolAllocation.Builder cidr(String cidr)
The CIDR for the allocation. A CIDR is a representation of an IP address and its associated network mask (or
netmask) and refers to a range of IP addresses. An IPv4 CIDR example is 10.24.34.0/23. An IPv6
CIDR example is 2001:DB8::/32.
cidr - The CIDR for the allocation. A CIDR is a representation of an IP address and its associated network
mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is
10.24.34.0/23. An IPv6 CIDR example is 2001:DB8::/32.IpamPoolAllocation.Builder ipamPoolAllocationId(String ipamPoolAllocationId)
The ID of an allocation.
ipamPoolAllocationId - The ID of an allocation.IpamPoolAllocation.Builder description(String description)
A description of the pool allocation.
description - A description of the pool allocation.IpamPoolAllocation.Builder resourceId(String resourceId)
The ID of the resource.
resourceId - The ID of the resource.IpamPoolAllocation.Builder resourceType(String resourceType)
The type of the resource.
resourceType - The type of the resource.IpamPoolAllocationResourceType,
IpamPoolAllocationResourceTypeIpamPoolAllocation.Builder resourceType(IpamPoolAllocationResourceType resourceType)
The type of the resource.
resourceType - The type of the resource.IpamPoolAllocationResourceType,
IpamPoolAllocationResourceTypeIpamPoolAllocation.Builder resourceRegion(String resourceRegion)
The Amazon Web Services Region of the resource.
resourceRegion - The Amazon Web Services Region of the resource.IpamPoolAllocation.Builder resourceOwner(String resourceOwner)
The owner of the resource.
resourceOwner - The owner of the resource.Copyright © 2022. All rights reserved.