CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.addressFamily(String addressFamily) |
The IP protocol assigned to this IPAM pool.
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.addressFamily(AddressFamily addressFamily) |
The IP protocol assigned to this IPAM pool.
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.allocationDefaultNetmaskLength(Integer allocationDefaultNetmaskLength) |
The default netmask length for allocations added to this pool.
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.allocationMaxNetmaskLength(Integer allocationMaxNetmaskLength) |
The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant.
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.allocationMinNetmaskLength(Integer allocationMinNetmaskLength) |
The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant.
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.allocationResourceTags(Collection<RequestIpamResourceTag> allocationResourceTags) |
Tags that are required for resources that use CIDRs from this IPAM pool.
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.allocationResourceTags(Consumer<RequestIpamResourceTag.Builder>... allocationResourceTags) |
Tags that are required for resources that use CIDRs from this IPAM pool.
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.allocationResourceTags(RequestIpamResourceTag... allocationResourceTags) |
Tags that are required for resources that use CIDRs from this IPAM pool.
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.autoImport(Boolean autoImport) |
If selected, IPAM will continuously look for resources within the CIDR range of this pool and automatically
import them as allocations into your IPAM.
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.awsService(String awsService) |
Limits which service in Amazon Web Services that the pool can be used in.
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.awsService(IpamPoolAwsService awsService) |
Limits which service in Amazon Web Services that the pool can be used in.
|
static CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.builder() |
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.clientToken(String clientToken) |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.description(String description) |
A description for the IPAM pool.
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.dryRun(Boolean dryRun) |
A check for whether you have the required permissions for the action without actually making the request and
provides an error response.
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.ipamScopeId(String ipamScopeId) |
The ID of the scope in which you would like to create the IPAM pool.
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.locale(String locale) |
In IPAM, the locale is the Amazon Web Services Region or, for IPAM IPv4 pools in the public scope, the
network border group for an Amazon Web Services Local Zone where you want to make an IPAM pool available for
allocations ( supported Local
Zones).
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.publicIpSource(String publicIpSource) |
The IP address source for pools in the public scope.
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.publicIpSource(IpamPoolPublicIpSource publicIpSource) |
The IP address source for pools in the public scope.
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.publiclyAdvertisable(Boolean publiclyAdvertisable) |
Determines if the pool is publicly advertisable.
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.sourceIpamPoolId(String sourceIpamPoolId) |
The ID of the source IPAM pool.
|
default CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.sourceResource(Consumer<IpamPoolSourceResourceRequest.Builder> sourceResource) |
The resource used to provision CIDRs to a resource planning pool.
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.sourceResource(IpamPoolSourceResourceRequest sourceResource) |
The resource used to provision CIDRs to a resource planning pool.
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) |
The key/value combination of a tag assigned to the resource.
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) |
The key/value combination of a tag assigned to the resource.
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) |
The key/value combination of a tag assigned to the resource.
|
CreateIpamPoolRequest.Builder |
CreateIpamPoolRequest.toBuilder() |
|