Interface ListNodesRequest.Builder

    • Method Detail

      • syncName

        ListNodesRequest.Builder syncName​(String syncName)

        The name of the Amazon Web Services managed resource data sync to retrieve information about.

        For cross-account/cross-Region configurations, this parameter is required, and the name of the supported resource data sync is AWS-QuickSetup-ManagedNode.

        For single account/single-Region configurations, the parameter is not required.

        Parameters:
        syncName - The name of the Amazon Web Services managed resource data sync to retrieve information about.

        For cross-account/cross-Region configurations, this parameter is required, and the name of the supported resource data sync is AWS-QuickSetup-ManagedNode.

        For single account/single-Region configurations, the parameter is not required.

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

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

        One or more filters. Use a filter to return a more specific list of managed nodes.

        Parameters:
        filters - One or more filters. Use a filter to return a more specific list of managed nodes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        ListNodesRequest.Builder filters​(NodeFilter... filters)

        One or more filters. Use a filter to return a more specific list of managed nodes.

        Parameters:
        filters - One or more filters. Use a filter to return a more specific list of managed nodes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListNodesRequest.Builder nextToken​(String nextToken)

        The token for the next set of items to return. (You received this token from a previous call.)

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

        ListNodesRequest.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.