Interface GetAssetPropertyValueHistoryRequest.Builder

    • Method Detail

      • propertyId

        GetAssetPropertyValueHistoryRequest.Builder propertyId​(String propertyId)

        The ID of the asset property.

        Parameters:
        propertyId - The ID of the asset property.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startDate

        GetAssetPropertyValueHistoryRequest.Builder startDate​(Instant startDate)

        The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.

        Parameters:
        startDate - The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endDate

        GetAssetPropertyValueHistoryRequest.Builder endDate​(Instant endDate)

        The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.

        Parameters:
        endDate - The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • qualitiesWithStrings

        GetAssetPropertyValueHistoryRequest.Builder qualitiesWithStrings​(Collection<String> qualities)

        The quality by which to filter asset data.

        Parameters:
        qualities - The quality by which to filter asset data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • qualitiesWithStrings

        GetAssetPropertyValueHistoryRequest.Builder qualitiesWithStrings​(String... qualities)

        The quality by which to filter asset data.

        Parameters:
        qualities - The quality by which to filter asset data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • qualities

        GetAssetPropertyValueHistoryRequest.Builder qualities​(Collection<Quality> qualities)

        The quality by which to filter asset data.

        Parameters:
        qualities - The quality by which to filter asset data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • qualities

        GetAssetPropertyValueHistoryRequest.Builder qualities​(Quality... qualities)

        The quality by which to filter asset data.

        Parameters:
        qualities - The quality by which to filter asset data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timeOrdering

        GetAssetPropertyValueHistoryRequest.Builder timeOrdering​(String timeOrdering)

        The chronological sorting order of the requested information.

        Default: ASCENDING

        Parameters:
        timeOrdering - The chronological sorting order of the requested information.

        Default: ASCENDING

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TimeOrdering, TimeOrdering
      • timeOrdering

        GetAssetPropertyValueHistoryRequest.Builder timeOrdering​(TimeOrdering timeOrdering)

        The chronological sorting order of the requested information.

        Default: ASCENDING

        Parameters:
        timeOrdering - The chronological sorting order of the requested information.

        Default: ASCENDING

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TimeOrdering, TimeOrdering
      • nextToken

        GetAssetPropertyValueHistoryRequest.Builder nextToken​(String nextToken)

        The token to be used for the next set of paginated results.

        Parameters:
        nextToken - The token to be used for the next set of paginated results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        GetAssetPropertyValueHistoryRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return for each paginated request. A result set is returned in the two cases, whichever occurs first.

        • The size of the result set is equal to 4 MB.

        • The number of data points in the result set is equal to the value of maxResults. The maximum value of maxResults is 20000.

        Parameters:
        maxResults - The maximum number of results to return for each paginated request. A result set is returned in the two cases, whichever occurs first.

        • The size of the result set is equal to 4 MB.

        • The number of data points in the result set is equal to the value of maxResults. The maximum value of maxResults is 20000.

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