Interface GetPropertyValueHistoryResponse.Builder

    • Method Detail

      • propertyValues

        GetPropertyValueHistoryResponse.Builder propertyValues​(Collection<PropertyValueHistory> propertyValues)

        An object that maps strings to the property definitions in the component type. Each string in the mapping must be unique to this object.

        Parameters:
        propertyValues - An object that maps strings to the property definitions in the component type. Each string in the mapping must be unique to this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • propertyValues

        GetPropertyValueHistoryResponse.Builder propertyValues​(PropertyValueHistory... propertyValues)

        An object that maps strings to the property definitions in the component type. Each string in the mapping must be unique to this object.

        Parameters:
        propertyValues - An object that maps strings to the property definitions in the component type. Each string in the mapping must be unique to this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetPropertyValueHistoryResponse.Builder nextToken​(String nextToken)

        The string that specifies the next page of results.

        Parameters:
        nextToken - The string that specifies the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.