Interface ListCommandsResponse.Builder

    • Method Detail

      • commands

        ListCommandsResponse.Builder commands​(Collection<Command> commands)

        (Optional) The list of commands requested by the user.

        Parameters:
        commands - (Optional) The list of commands requested by the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • commands

        ListCommandsResponse.Builder commands​(Command... commands)

        (Optional) The list of commands requested by the user.

        Parameters:
        commands - (Optional) The list of commands requested by the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCommandsResponse.Builder nextToken​(String nextToken)

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

        Parameters:
        nextToken - (Optional) 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.