Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateIpamPoolRequest.Builder
Packages that use CreateIpamPoolRequest.Builder
Package
Description
-
Uses of CreateIpamPoolRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateIpamPoolRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateIpamPoolResponse>Ec2AsyncClient.createIpamPool(Consumer<CreateIpamPoolRequest.Builder> createIpamPoolRequest) Create an IP address pool for Amazon VPC IP Address Manager (IPAM).default CreateIpamPoolResponseEc2Client.createIpamPool(Consumer<CreateIpamPoolRequest.Builder> createIpamPoolRequest) Create an IP address pool for Amazon VPC IP Address Manager (IPAM). -
Uses of CreateIpamPoolRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateIpamPoolRequest.BuilderModifier and TypeMethodDescriptionCreateIpamPoolRequest.Builder.addressFamily(String addressFamily) The IP protocol assigned to this IPAM pool.CreateIpamPoolRequest.Builder.addressFamily(AddressFamily addressFamily) The IP protocol assigned to this IPAM pool.CreateIpamPoolRequest.Builder.allocationDefaultNetmaskLength(Integer allocationDefaultNetmaskLength) The default netmask length for allocations added to this pool.CreateIpamPoolRequest.Builder.allocationMaxNetmaskLength(Integer allocationMaxNetmaskLength) The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant.CreateIpamPoolRequest.Builder.allocationMinNetmaskLength(Integer allocationMinNetmaskLength) The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant.CreateIpamPoolRequest.Builder.allocationResourceTags(Collection<RequestIpamResourceTag> allocationResourceTags) Tags that are required for resources that use CIDRs from this IPAM pool.CreateIpamPoolRequest.Builder.allocationResourceTags(Consumer<RequestIpamResourceTag.Builder>... allocationResourceTags) Tags that are required for resources that use CIDRs from this IPAM pool.CreateIpamPoolRequest.Builder.allocationResourceTags(RequestIpamResourceTag... allocationResourceTags) Tags that are required for resources that use CIDRs from this IPAM pool.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.awsService(String awsService) Limits which service in Amazon Web Services that the pool can be used in.CreateIpamPoolRequest.Builder.awsService(IpamPoolAwsService awsService) Limits which service in Amazon Web Services that the pool can be used in.CreateIpamPoolRequest.builder()CreateIpamPoolRequest.Builder.clientToken(String clientToken) A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateIpamPoolRequest.Builder.description(String description) A description for the IPAM pool.A check for whether you have the required permissions for the action without actually making the request and provides an error response.CreateIpamPoolRequest.Builder.ipamScopeId(String ipamScopeId) The ID of the scope in which you would like to create the IPAM pool.The locale for the pool should be one of the following:CreateIpamPoolRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateIpamPoolRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateIpamPoolRequest.Builder.publicIpSource(String publicIpSource) The IP address source for pools in the public scope.CreateIpamPoolRequest.Builder.publicIpSource(IpamPoolPublicIpSource publicIpSource) The IP address source for pools in the public scope.CreateIpamPoolRequest.Builder.publiclyAdvertisable(Boolean publiclyAdvertisable) Determines if the pool is publicly advertisable.CreateIpamPoolRequest.Builder.sourceIpamPoolId(String sourceIpamPoolId) The ID of the source IPAM pool.default CreateIpamPoolRequest.BuilderCreateIpamPoolRequest.Builder.sourceResource(Consumer<IpamPoolSourceResourceRequest.Builder> sourceResource) The resource used to provision CIDRs to a resource planning pool.CreateIpamPoolRequest.Builder.sourceResource(IpamPoolSourceResourceRequest sourceResource) The resource used to provision CIDRs to a resource planning pool.CreateIpamPoolRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The key/value combination of a tag assigned to the resource.CreateIpamPoolRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The key/value combination of a tag assigned to the resource.CreateIpamPoolRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The key/value combination of a tag assigned to the resource.CreateIpamPoolRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateIpamPoolRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateIpamPoolRequest.Builder>CreateIpamPoolRequest.serializableBuilderClass()