Interface ListGeofenceCollectionsResponseEntry.Builder

    • Method Detail

      • collectionName

        ListGeofenceCollectionsResponseEntry.Builder collectionName​(String collectionName)

        The name of the geofence collection.

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

        ListGeofenceCollectionsResponseEntry.Builder description​(String description)

        The description for the geofence collection

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

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

        No longer used. Always returns RequestBasedUsage.

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

        @Deprecated
        ListGeofenceCollectionsResponseEntry.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

        ListGeofenceCollectionsResponseEntry.Builder createTime​(Instant createTime)

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

        Parameters:
        createTime - The timestamp for when the geofence collection 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

        ListGeofenceCollectionsResponseEntry.Builder updateTime​(Instant updateTime)

        Specifies a timestamp for when the resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

        Parameters:
        updateTime - Specifies a timestamp for when the resource was last updated 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.