Interface ForecastGeofenceEventsResponse.Builder

    • Method Detail

      • forecastedEvents

        ForecastGeofenceEventsResponse.Builder forecastedEvents​(ForecastedEvent... forecastedEvents)

        The list of forecasted events.

        Parameters:
        forecastedEvents - The list of forecasted events.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ForecastGeofenceEventsResponse.Builder nextToken​(String nextToken)

        The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

        Parameters:
        nextToken - The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • speedUnit

        ForecastGeofenceEventsResponse.Builder speedUnit​(String speedUnit)

        The speed unit for the forecasted events.

        Parameters:
        speedUnit - The speed unit for the forecasted events.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SpeedUnit, SpeedUnit