Interface ListTrackersResponseEntry.Builder

    • Method Detail

      • trackerName

        ListTrackersResponseEntry.Builder trackerName​(String trackerName)

        The name of the tracker resource.

        Parameters:
        trackerName - The name of the tracker resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        ListTrackersResponseEntry.Builder description​(String description)

        The description for the tracker resource.

        Parameters:
        description - The description for the tracker resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pricingPlan

        @Deprecated
        ListTrackersResponseEntry.Builder pricingPlan​(String pricingPlan)
        Deprecated.
        Deprecated. Always returns RequestBasedUsage.

        Always returns RequestBasedUsage.

        Parameters:
        pricingPlan - Always returns RequestBasedUsage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PricingPlan, PricingPlan
      • pricingPlanDataSource

        @Deprecated
        ListTrackersResponseEntry.Builder pricingPlanDataSource​(String pricingPlanDataSource)
        Deprecated.
        Deprecated. Unused.

        No longer used. Always returns an empty string.

        Parameters:
        pricingPlanDataSource - No longer used. Always returns an empty string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createTime

        ListTrackersResponseEntry.Builder createTime​(Instant createTime)

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

        Parameters:
        createTime - The timestamp for when the tracker resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateTime

        ListTrackersResponseEntry.Builder updateTime​(Instant updateTime)

        The timestamp at which the device's position was determined. Uses ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

        Parameters:
        updateTime - The timestamp at which the device's position was determined. Uses ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
        Returns:
        Returns a reference to this object so that method calls can be chained together.