Interface ListCommandInvocationsResponse.Builder

    • Method Detail

      • commandInvocations

        ListCommandInvocationsResponse.Builder commandInvocations​(Collection<CommandInvocation> commandInvocations)

        (Optional) A list of all invocations.

        Parameters:
        commandInvocations - (Optional) A list of all invocations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • commandInvocations

        ListCommandInvocationsResponse.Builder commandInvocations​(CommandInvocation... commandInvocations)

        (Optional) A list of all invocations.

        Parameters:
        commandInvocations - (Optional) A list of all invocations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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