Interface ListDiscoveredResourcesResponse.Builder

    • Method Detail

      • nextToken

        ListDiscoveredResourcesResponse.Builder nextToken​(String nextToken)

        If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.

        Parameters:
        nextToken - If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • discoveredResourceList

        ListDiscoveredResourcesResponse.Builder discoveredResourceList​(Collection<DiscoveredResource> discoveredResourceList)

        Returned list of discovered resources associated with the given MigrationTask.

        Parameters:
        discoveredResourceList - Returned list of discovered resources associated with the given MigrationTask.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • discoveredResourceList

        ListDiscoveredResourcesResponse.Builder discoveredResourceList​(DiscoveredResource... discoveredResourceList)

        Returned list of discovered resources associated with the given MigrationTask.

        Parameters:
        discoveredResourceList - Returned list of discovered resources associated with the given MigrationTask.
        Returns:
        Returns a reference to this object so that method calls can be chained together.