Interface ListAssetsResponse.Builder

    • Method Detail

      • assets

        ListAssetsResponse.Builder assets​(Collection<AssetInfo> assets)

        Information about the hardware assets.

        Parameters:
        assets - Information about the hardware assets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assets

        ListAssetsResponse.Builder assets​(AssetInfo... assets)

        Information about the hardware assets.

        Parameters:
        assets - Information about the hardware assets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAssetsResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.