Interface ListServicesResponse.Builder

    • Method Detail

      • serviceArns

        ListServicesResponse.Builder serviceArns​(Collection<String> serviceArns)

        The list of full ARN entries for each service that's associated with the specified cluster.

        Parameters:
        serviceArns - The list of full ARN entries for each service that's associated with the specified cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceArns

        ListServicesResponse.Builder serviceArns​(String... serviceArns)

        The list of full ARN entries for each service that's associated with the specified cluster.

        Parameters:
        serviceArns - The list of full ARN entries for each service that's associated with the specified cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListServicesResponse.Builder nextToken​(String nextToken)

        The nextToken value to include in a future ListServices request. When the results of a ListServices request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The nextToken value to include in a future ListServices request. When the results of a ListServices request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.