Interface IpamRouteOriginAuthorizationInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<IpamRouteOriginAuthorizationInfo.Builder,IpamRouteOriginAuthorizationInfo>, SdkBuilder<IpamRouteOriginAuthorizationInfo.Builder,IpamRouteOriginAuthorizationInfo>, SdkPojo
Enclosing class:
IpamRouteOriginAuthorizationInfo

@Mutable @NotThreadSafe public static interface IpamRouteOriginAuthorizationInfo.Builder extends SdkPojo, CopyableBuilder<IpamRouteOriginAuthorizationInfo.Builder,IpamRouteOriginAuthorizationInfo>
  • Method Details

    • cidr

      The IP address prefix in CIDR notation authorized by the ROA.

      Parameters:
      cidr - The IP address prefix in CIDR notation authorized by the ROA.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • asn

      The Autonomous System Number (ASN) authorized to originate the prefix.

      Parameters:
      asn - The Autonomous System Number (ASN) authorized to originate the prefix.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxLength

      The maximum prefix length that the ASN is authorized to announce.

      Parameters:
      maxLength - The maximum prefix length that the ASN is authorized to announce.
      Returns:
      Returns a reference to this object so that method calls can be chained together.