Interface ListInstancesResponse.Builder

    • Method Detail

      • instanceSummaryList

        ListInstancesResponse.Builder instanceSummaryList​(Collection<InstanceSummary> instanceSummaryList)

        Information about the instances.

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

        ListInstancesResponse.Builder instanceSummaryList​(InstanceSummary... instanceSummaryList)

        Information about the instances.

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

        ListInstancesResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

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