Interface ListNodesSummaryRequest.Builder

    • Method Detail

      • syncName

        ListNodesSummaryRequest.Builder syncName​(String syncName)

        The name of the resource data sync to retrieve information about. Required for cross-account/cross-Region configuration. Optional for single account/single-Region configurations.

        Parameters:
        syncName - The name of the resource data sync to retrieve information about. Required for cross-account/cross-Region configuration. Optional for single account/single-Region configurations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        ListNodesSummaryRequest.Builder filters​(Collection<NodeFilter> filters)

        One or more filters. Use a filter to generate a summary that matches your specified filter criteria.

        Parameters:
        filters - One or more filters. Use a filter to generate a summary that matches your specified filter criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        ListNodesSummaryRequest.Builder filters​(NodeFilter... filters)

        One or more filters. Use a filter to generate a summary that matches your specified filter criteria.

        Parameters:
        filters - One or more filters. Use a filter to generate a summary that matches your specified filter criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aggregators

        ListNodesSummaryRequest.Builder aggregators​(Collection<NodeAggregator> aggregators)

        Specify one or more aggregators to return a count of managed nodes that match that expression. For example, a count of managed nodes by operating system.

        Parameters:
        aggregators - Specify one or more aggregators to return a count of managed nodes that match that expression. For example, a count of managed nodes by operating system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aggregators

        ListNodesSummaryRequest.Builder aggregators​(NodeAggregator... aggregators)

        Specify one or more aggregators to return a count of managed nodes that match that expression. For example, a count of managed nodes by operating system.

        Parameters:
        aggregators - Specify one or more aggregators to return a count of managed nodes that match that expression. For example, a count of managed nodes by operating system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListNodesSummaryRequest.Builder nextToken​(String nextToken)

        The token for the next set of items to return. (You received this token from a previous call.) The call also returns a token that you can specify in a subsequent call to get the next set of results.

        Parameters:
        nextToken - The token for the next set of items to return. (You received this token from a previous call.) The call also returns a token that you can specify in a subsequent call to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListNodesSummaryRequest.Builder maxResults​(Integer maxResults)

        The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

        Parameters:
        maxResults - The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.