Interface IpamInternetRegistryAssociationCidr.Builder

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

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

    • cidr

      The IP address prefix in CIDR notation.

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

      IpamInternetRegistryAssociationCidr.Builder lastObservedAt(Instant lastObservedAt)

      The time when the CIDR was last observed at the internet registry.

      Parameters:
      lastObservedAt - The time when the CIDR was last observed at the internet registry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.