Interface ListPropertiesResponse.Builder

    • Method Detail

      • propertySummaries

        ListPropertiesResponse.Builder propertySummaries​(Collection<PropertySummary> propertySummaries)

        A list of objects that contain information about the properties.

        Parameters:
        propertySummaries - A list of objects that contain information about the properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • propertySummaries

        ListPropertiesResponse.Builder propertySummaries​(PropertySummary... propertySummaries)

        A list of objects that contain information about the properties.

        Parameters:
        propertySummaries - A list of objects that contain information about the properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPropertiesResponse.Builder nextToken​(String nextToken)

        The string that specifies the next page of property results.

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