Interface ListAssetContractsResponse.Builder

    • Method Detail

      • contracts

        ListAssetContractsResponse.Builder contracts​(Collection<AssetContract> contracts)

        An array of contract objects that contain the properties for each contract.

        Parameters:
        contracts - An array of contract objects that contain the properties for each contract.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contracts

        ListAssetContractsResponse.Builder contracts​(AssetContract... contracts)

        An array of contract objects that contain the properties for each contract.

        Parameters:
        contracts - An array of contract objects that contain the properties for each contract.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAssetContractsResponse.Builder nextToken​(String nextToken)

        The pagination token that indicates the next set of results to retrieve.

        Parameters:
        nextToken - The pagination token that indicates the next set of results to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.