Interface ListAssetModelsResponse.Builder

    • Method Detail

      • assetModelSummaries

        ListAssetModelsResponse.Builder assetModelSummaries​(Collection<AssetModelSummary> assetModelSummaries)

        A list that summarizes each asset model.

        Parameters:
        assetModelSummaries - A list that summarizes each asset model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assetModelSummaries

        ListAssetModelsResponse.Builder assetModelSummaries​(AssetModelSummary... assetModelSummaries)

        A list that summarizes each asset model.

        Parameters:
        assetModelSummaries - A list that summarizes each asset model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAssetModelsResponse.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.