Interface GetPropertyValueResponse.Builder

  • Method Details

    • propertyValues

      An object that maps strings to the properties and latest property values in the response. Each string in the mapping must be unique to this object.

      Parameters:
      propertyValues - An object that maps strings to the properties and latest property values in the response. 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

      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.
    • tabularPropertyValues

      GetPropertyValueResponse.Builder tabularPropertyValues(Collection<? extends Collection<? extends Map<String,DataValue>>> tabularPropertyValues)

      A table of property values.

      Parameters:
      tabularPropertyValues - A table of property values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tabularPropertyValues

      GetPropertyValueResponse.Builder tabularPropertyValues(Collection<? extends Map<String,DataValue>>... tabularPropertyValues)

      A table of property values.

      Parameters:
      tabularPropertyValues - A table of property values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.