Uses of Interface
software.amazon.awssdk.services.ec2.model.IpamRoutingPolicyRegistration.Builder
Packages that use IpamRoutingPolicyRegistration.Builder
-
Uses of IpamRoutingPolicyRegistration.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpamRoutingPolicyRegistration.BuilderModifier and TypeMethodDescriptionThe Autonomous System Numbers (ASNs) authorized to originate the prefix.IpamRoutingPolicyRegistration.Builder.asns(Collection<String> asns) The Autonomous System Numbers (ASNs) authorized to originate the prefix.IpamRoutingPolicyRegistration.builder()The IP address prefix in CIDR notation authorized by the ROA.IpamRoutingPolicyRegistration.Builder.description(String description) The description of the routing policy registration.IpamRoutingPolicyRegistration.Builder.latestDeltaId(String latestDeltaId) The ID of the most recent delta that modified this registration.The maximum prefix length that the ASNs are authorized to announce.IpamRoutingPolicyRegistration.Builder.permitMoreSpecificAnnouncements(Boolean permitMoreSpecificAnnouncements) Specifies whether to permit more specific route announcements than the CIDR prefix.The state of the routing policy registration.IpamRoutingPolicyRegistration.Builder.state(IpamRoutingPolicyRegistrationState state) The state of the routing policy registration.IpamRoutingPolicyRegistration.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamRoutingPolicyRegistration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends IpamRoutingPolicyRegistration.Builder>IpamRoutingPolicyRegistration.serializableBuilderClass()