Uses of Interface
software.amazon.awssdk.services.ec2.model.IpamPool.Builder
Packages that use IpamPool.Builder
-
Uses of IpamPool.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpamPool.BuilderModifier and TypeMethodDescriptionIpamPool.Builder.addressFamily(String addressFamily) The address family of the pool.IpamPool.Builder.addressFamily(AddressFamily addressFamily) The address family of the pool.IpamPool.Builder.allocationDefaultNetmaskLength(Integer allocationDefaultNetmaskLength) The default netmask length for allocations added to this pool.IpamPool.Builder.allocationMaxNetmaskLength(Integer allocationMaxNetmaskLength) The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant.IpamPool.Builder.allocationMinNetmaskLength(Integer allocationMinNetmaskLength) The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant.IpamPool.Builder.allocationResourceTags(Collection<IpamResourceTag> allocationResourceTags) Tags that are required for resources that use CIDRs from this IPAM pool.IpamPool.Builder.allocationResourceTags(Consumer<IpamResourceTag.Builder>... allocationResourceTags) Tags that are required for resources that use CIDRs from this IPAM pool.IpamPool.Builder.allocationResourceTags(IpamResourceTag... allocationResourceTags) Tags that are required for resources that use CIDRs from this IPAM pool.IpamPool.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.IpamPool.Builder.awsService(String awsService) Limits which service in Amazon Web Services that the pool can be used in.IpamPool.Builder.awsService(IpamPoolAwsService awsService) Limits which service in Amazon Web Services that the pool can be used in.static IpamPool.BuilderIpamPool.builder()IpamPool.Builder.description(String description) The description of the IPAM pool.The ARN of the IPAM.IpamPool.Builder.ipamPoolArn(String ipamPoolArn) The Amazon Resource Name (ARN) of the IPAM pool.IpamPool.Builder.ipamPoolId(String ipamPoolId) The ID of the IPAM pool.IpamPool.Builder.ipamRegion(String ipamRegion) The Amazon Web Services Region of the IPAM pool.IpamPool.Builder.ipamScopeArn(String ipamScopeArn) The ARN of the scope of the IPAM pool.IpamPool.Builder.ipamScopeType(String ipamScopeType) In IPAM, a scope is the highest-level container within IPAM.IpamPool.Builder.ipamScopeType(IpamScopeType ipamScopeType) In IPAM, a scope is the highest-level container within IPAM.The locale of the IPAM pool.The Amazon Web Services account ID of the owner of the IPAM pool.The depth of pools in your IPAM pool.IpamPool.Builder.publicIpSource(String publicIpSource) The IP address source for pools in the public scope.IpamPool.Builder.publicIpSource(IpamPoolPublicIpSource publicIpSource) The IP address source for pools in the public scope.IpamPool.Builder.publiclyAdvertisable(Boolean publiclyAdvertisable) Determines if a pool is publicly advertisable.IpamPool.Builder.sourceIpamPoolId(String sourceIpamPoolId) The ID of the source IPAM pool.default IpamPool.BuilderIpamPool.Builder.sourceResource(Consumer<IpamPoolSourceResource.Builder> sourceResource) The resource used to provision CIDRs to a resource planning pool.IpamPool.Builder.sourceResource(IpamPoolSourceResource sourceResource) The resource used to provision CIDRs to a resource planning pool.The state of the IPAM pool.IpamPool.Builder.state(IpamPoolState state) The state of the IPAM pool.IpamPool.Builder.stateMessage(String stateMessage) The state message.IpamPool.Builder.tags(Collection<Tag> tags) The key/value combination of a tag assigned to the resource.IpamPool.Builder.tags(Consumer<Tag.Builder>... tags) The key/value combination of a tag assigned to the resource.The key/value combination of a tag assigned to the resource.IpamPool.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamPool.BuilderModifier and TypeMethodDescriptionstatic Class<? extends IpamPool.Builder>IpamPool.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IpamPool.BuilderModifier and TypeMethodDescriptiondefault CreateIpamPoolResponse.BuilderCreateIpamPoolResponse.Builder.ipamPool(Consumer<IpamPool.Builder> ipamPool) Information about the IPAM pool created.default DeleteIpamPoolResponse.BuilderDeleteIpamPoolResponse.Builder.ipamPool(Consumer<IpamPool.Builder> ipamPool) Information about the results of the deletion.default ModifyIpamPoolResponse.BuilderModifyIpamPoolResponse.Builder.ipamPool(Consumer<IpamPool.Builder> ipamPool) The results of the modification.