Interface ListNodesSummaryResponse.Builder

    • Method Detail

      • summary

        ListNodesSummaryResponse.Builder summary​(Collection<? extends Map<String,​String>> summary)

        A collection of objects reporting information about your managed nodes, such as the count of nodes by operating system.

        Parameters:
        summary - A collection of objects reporting information about your managed nodes, such as the count of nodes by operating system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • summary

        ListNodesSummaryResponse.Builder summary​(Map<String,​String>... summary)

        A collection of objects reporting information about your managed nodes, such as the count of nodes by operating system.

        Parameters:
        summary - A collection of objects reporting information about your managed nodes, such as the count of nodes by operating system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListNodesSummaryResponse.Builder nextToken​(String nextToken)

        The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

        Parameters:
        nextToken - The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.