Interface ListRouteCalculatorsResponseEntry.Builder

    • Method Detail

      • calculatorName

        ListRouteCalculatorsResponseEntry.Builder calculatorName​(String calculatorName)

        The name of the route calculator resource.

        Parameters:
        calculatorName - The name of the route calculator resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createTime

        ListRouteCalculatorsResponseEntry.Builder createTime​(Instant createTime)

        The timestamp when the route calculator resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

        • For example, 2020–07-2T12:15:20.000Z+01:00

        Parameters:
        createTime - The timestamp when the route calculator resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

        • For example, 2020–07-2T12:15:20.000Z+01:00

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        ListRouteCalculatorsResponseEntry.Builder description​(String description)

        The optional description of the route calculator resource.

        Parameters:
        description - The optional description of the route calculator resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateTime

        ListRouteCalculatorsResponseEntry.Builder updateTime​(Instant updateTime)

        The timestamp when the route calculator resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

        • For example, 2020–07-2T12:15:20.000Z+01:00

        Parameters:
        updateTime - The timestamp when the route calculator resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

        • For example, 2020–07-2T12:15:20.000Z+01:00

        Returns:
        Returns a reference to this object so that method calls can be chained together.