Interface ListControlPanelsResponse.Builder

    • Method Detail

      • controlPanels

        ListControlPanelsResponse.Builder controlPanels​(Collection<ControlPanel> controlPanels)

        The result of a successful ListControlPanel request.

        Parameters:
        controlPanels - The result of a successful ListControlPanel request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • controlPanels

        ListControlPanelsResponse.Builder controlPanels​(ControlPanel... controlPanels)

        The result of a successful ListControlPanel request.

        Parameters:
        controlPanels - The result of a successful ListControlPanel request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListControlPanelsResponse.Builder nextToken​(String nextToken)

        The token that identifies which batch of results you want to see.

        Parameters:
        nextToken - The token that identifies which batch of results you want to see.
        Returns:
        Returns a reference to this object so that method calls can be chained together.