Interface ResolvedTargets.Builder

  • Method Details

    • parameterValues

      ResolvedTargets.Builder parameterValues(Collection<String> parameterValues)

      A list of parameter values sent to targets that resolved during the Automation execution.

      Parameters:
      parameterValues - A list of parameter values sent to targets that resolved during the Automation execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameterValues

      ResolvedTargets.Builder parameterValues(String... parameterValues)

      A list of parameter values sent to targets that resolved during the Automation execution.

      Parameters:
      parameterValues - A list of parameter values sent to targets that resolved during the Automation execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • truncated

      ResolvedTargets.Builder truncated(Boolean truncated)

      A boolean value indicating whether the resolved target list is truncated.

      Parameters:
      truncated - A boolean value indicating whether the resolved target list is truncated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.