Interface ListServicesResponse.Builder

    • Method Detail

      • services

        ListServicesResponse.Builder services​(Collection<ServiceSummary> services)

        An array that contains one ServiceSummary object for each service that matches the specified filter criteria.

        Parameters:
        services - An array that contains one ServiceSummary object for each service that matches the specified filter criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • services

        ListServicesResponse.Builder services​(ServiceSummary... services)

        An array that contains one ServiceSummary object for each service that matches the specified filter criteria.

        Parameters:
        services - An array that contains one ServiceSummary object for each service that matches the specified filter criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListServicesResponse.Builder nextToken​(String nextToken)

        If the response contains NextToken, submit another ListServices request to get the next group of results. Specify the value of NextToken from the previous response in the next request.

        Cloud Map gets MaxResults services and then filters them based on the specified criteria. It's possible that no services in the first MaxResults services matched the specified criteria but that subsequent groups of MaxResults services do contain services that match the criteria.

        Parameters:
        nextToken - If the response contains NextToken, submit another ListServices request to get the next group of results. Specify the value of NextToken from the previous response in the next request.

        Cloud Map gets MaxResults services and then filters them based on the specified criteria. It's possible that no services in the first MaxResults services matched the specified criteria but that subsequent groups of MaxResults services do contain services that match the criteria.

        Returns:
        Returns a reference to this object so that method calls can be chained together.