Interface ListAssetModelPropertiesResponse.Builder

    • Method Detail

      • assetModelPropertySummaries

        ListAssetModelPropertiesResponse.Builder assetModelPropertySummaries​(Collection<AssetModelPropertySummary> assetModelPropertySummaries)

        A list that summarizes the properties associated with the specified asset model.

        Parameters:
        assetModelPropertySummaries - A list that summarizes the properties associated with the specified asset model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assetModelPropertySummaries

        ListAssetModelPropertiesResponse.Builder assetModelPropertySummaries​(AssetModelPropertySummary... assetModelPropertySummaries)

        A list that summarizes the properties associated with the specified asset model.

        Parameters:
        assetModelPropertySummaries - A list that summarizes the properties associated with the specified asset model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAssetModelPropertiesResponse.Builder nextToken​(String nextToken)

        The token for the next set of results, or null if there are no additional results.

        Parameters:
        nextToken - The token for the next set of results, or null if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.