Interface ListServicesByNamespaceResponse.Builder

  • Method Details

    • serviceArns

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

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

      ListServicesByNamespaceResponse.Builder serviceArns(String... serviceArns)

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

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

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

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