Uses of Interface
software.amazon.awssdk.services.ec2.model.IpamPolicyDocument.Builder
Packages that use IpamPolicyDocument.Builder
-
Uses of IpamPolicyDocument.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpamPolicyDocument.BuilderModifier and TypeMethodDescriptionIpamPolicyDocument.Builder.allocationRules(Collection<IpamPolicyAllocationRule> allocationRules) The allocation rules in the IPAM policy document.IpamPolicyDocument.Builder.allocationRules(Consumer<IpamPolicyAllocationRule.Builder>... allocationRules) The allocation rules in the IPAM policy document.IpamPolicyDocument.Builder.allocationRules(IpamPolicyAllocationRule... allocationRules) The allocation rules in the IPAM policy document.static IpamPolicyDocument.BuilderIpamPolicyDocument.builder()IpamPolicyDocument.Builder.ipamPolicyId(String ipamPolicyId) The ID of the IPAM policy.The locale of the IPAM policy document.IpamPolicyDocument.Builder.resourceType(String resourceType) The resource type of the IPAM policy document.IpamPolicyDocument.Builder.resourceType(IpamPolicyResourceType resourceType) The resource type of the IPAM policy document.IpamPolicyDocument.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamPolicyDocument.BuilderModifier and TypeMethodDescriptionstatic Class<? extends IpamPolicyDocument.Builder>IpamPolicyDocument.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IpamPolicyDocument.BuilderModifier and TypeMethodDescriptionModifyIpamPolicyAllocationRulesResponse.Builder.ipamPolicyDocument(Consumer<IpamPolicyDocument.Builder> ipamPolicyDocument) The modified IPAM policy containing the updated allocation rules.