Interface ListCommandInvocationsRequest.Builder

    • Method Detail

      • commandId

        ListCommandInvocationsRequest.Builder commandId​(String commandId)

        (Optional) The invocations for a specific command ID.

        Parameters:
        commandId - (Optional) The invocations for a specific command ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceId

        ListCommandInvocationsRequest.Builder instanceId​(String instanceId)

        (Optional) The command execution details for a specific managed node ID.

        Parameters:
        instanceId - (Optional) The command execution details for a specific managed node ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListCommandInvocationsRequest.Builder maxResults​(Integer maxResults)

        (Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

        Parameters:
        maxResults - (Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCommandInvocationsRequest.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.
      • filters

        ListCommandInvocationsRequest.Builder filters​(Collection<CommandFilter> filters)

        (Optional) One or more filters. Use a filter to return a more specific list of results.

        Parameters:
        filters - (Optional) One or more filters. Use a filter to return a more specific list of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        ListCommandInvocationsRequest.Builder filters​(CommandFilter... filters)

        (Optional) One or more filters. Use a filter to return a more specific list of results.

        Parameters:
        filters - (Optional) One or more filters. Use a filter to return a more specific list of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • details

        ListCommandInvocationsRequest.Builder details​(Boolean details)

        (Optional) If set this returns the response of the command executions and any command output. The default value is false.

        Parameters:
        details - (Optional) If set this returns the response of the command executions and any command output. The default value is false.
        Returns:
        Returns a reference to this object so that method calls can be chained together.