Interface ListInstancesResponse.Builder

    • Method Detail

      • instances

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

        Summary information about the instances that are associated with the specified service.

        Parameters:
        instances - Summary information about the instances that are associated with the specified service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instances

        ListInstancesResponse.Builder instances​(InstanceSummary... instances)

        Summary information about the instances that are associated with the specified service.

        Parameters:
        instances - Summary information about the instances that are associated with the specified service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListInstancesResponse.Builder nextToken​(String nextToken)

        If more than MaxResults instances match the specified criteria, you can submit another ListInstances request to get the next group of results. Specify the value of NextToken from the previous response in the next request.

        Parameters:
        nextToken - If more than MaxResults instances match the specified criteria, you can submit another ListInstances request to get the next group of results. Specify the value of NextToken from the previous response in the next request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.