Interface IpRouteInfo.Builder

    • Method Detail

      • directoryId

        IpRouteInfo.Builder directoryId​(String directoryId)

        Identifier (ID) of the directory associated with the IP addresses.

        Parameters:
        directoryId - Identifier (ID) of the directory associated with the IP addresses.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cidrIp

        IpRouteInfo.Builder cidrIp​(String cidrIp)

        IP address block in the IpRoute.

        Parameters:
        cidrIp - IP address block in the IpRoute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipRouteStatusMsg

        IpRouteInfo.Builder ipRouteStatusMsg​(String ipRouteStatusMsg)

        The status of the IP address block.

        Parameters:
        ipRouteStatusMsg - The status of the IP address block.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IpRouteStatusMsg, IpRouteStatusMsg
      • addedDateTime

        IpRouteInfo.Builder addedDateTime​(Instant addedDateTime)

        The date and time the address block was added to the directory.

        Parameters:
        addedDateTime - The date and time the address block was added to the directory.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipRouteStatusReason

        IpRouteInfo.Builder ipRouteStatusReason​(String ipRouteStatusReason)

        The reason for the IpRouteStatusMsg.

        Parameters:
        ipRouteStatusReason - The reason for the IpRouteStatusMsg.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        IpRouteInfo.Builder description​(String description)

        Description of the IpRouteInfo.

        Parameters:
        description - Description of the IpRouteInfo.
        Returns:
        Returns a reference to this object so that method calls can be chained together.