Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifyIpamPoolRequest.Builder
Packages that use ModifyIpamPoolRequest.Builder
Package
Description
-
Uses of ModifyIpamPoolRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ModifyIpamPoolRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ModifyIpamPoolResponse>Ec2AsyncClient.modifyIpamPool(Consumer<ModifyIpamPoolRequest.Builder> modifyIpamPoolRequest) Modify the configurations of an IPAM pool.default ModifyIpamPoolResponseEc2Client.modifyIpamPool(Consumer<ModifyIpamPoolRequest.Builder> modifyIpamPoolRequest) Modify the configurations of an IPAM pool. -
Uses of ModifyIpamPoolRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifyIpamPoolRequest.BuilderModifier and TypeMethodDescriptionModifyIpamPoolRequest.Builder.addAllocationResourceTags(Collection<RequestIpamResourceTag> addAllocationResourceTags) Add tag allocation rules to a pool.ModifyIpamPoolRequest.Builder.addAllocationResourceTags(Consumer<RequestIpamResourceTag.Builder>... addAllocationResourceTags) Add tag allocation rules to a pool.ModifyIpamPoolRequest.Builder.addAllocationResourceTags(RequestIpamResourceTag... addAllocationResourceTags) Add tag allocation rules to a pool.ModifyIpamPoolRequest.Builder.allocationDefaultNetmaskLength(Integer allocationDefaultNetmaskLength) The default netmask length for allocations added to this pool.ModifyIpamPoolRequest.Builder.allocationMaxNetmaskLength(Integer allocationMaxNetmaskLength) The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant.ModifyIpamPoolRequest.Builder.allocationMinNetmaskLength(Integer allocationMinNetmaskLength) The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant.ModifyIpamPoolRequest.Builder.autoImport(Boolean autoImport) If true, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM.ModifyIpamPoolRequest.builder()ModifyIpamPoolRequest.Builder.clearAllocationDefaultNetmaskLength(Boolean clearAllocationDefaultNetmaskLength) Clear the default netmask length allocation rule for this pool.ModifyIpamPoolRequest.Builder.description(String description) The description of the IPAM pool you want to modify.A check for whether you have the required permissions for the action without actually making the request and provides an error response.ModifyIpamPoolRequest.Builder.ipamPoolId(String ipamPoolId) The ID of the IPAM pool you want to modify.ModifyIpamPoolRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyIpamPoolRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyIpamPoolRequest.Builder.removeAllocationResourceTags(Collection<RequestIpamResourceTag> removeAllocationResourceTags) Remove tag allocation rules from a pool.ModifyIpamPoolRequest.Builder.removeAllocationResourceTags(Consumer<RequestIpamResourceTag.Builder>... removeAllocationResourceTags) Remove tag allocation rules from a pool.ModifyIpamPoolRequest.Builder.removeAllocationResourceTags(RequestIpamResourceTag... removeAllocationResourceTags) Remove tag allocation rules from a pool.ModifyIpamPoolRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ModifyIpamPoolRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyIpamPoolRequest.Builder>ModifyIpamPoolRequest.serializableBuilderClass()