Interface DescribeCommandsResponse.Builder

    • Method Detail

      • commands

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

        An array of Command objects that describe each of the specified commands.

        Parameters:
        commands - An array of Command objects that describe each of the specified commands.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • commands

        DescribeCommandsResponse.Builder commands​(Command... commands)

        An array of Command objects that describe each of the specified commands.

        Parameters:
        commands - An array of Command objects that describe each of the specified commands.
        Returns:
        Returns a reference to this object so that method calls can be chained together.