Interface ScpActionDefinition.Builder

    • Method Detail

      • policyId

        ScpActionDefinition.Builder policyId​(String policyId)

        The policy ID attached.

        Parameters:
        policyId - The policy ID attached.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetIds

        ScpActionDefinition.Builder targetIds​(Collection<String> targetIds)

        A list of target IDs.

        Parameters:
        targetIds - A list of target IDs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetIds

        ScpActionDefinition.Builder targetIds​(String... targetIds)

        A list of target IDs.

        Parameters:
        targetIds - A list of target IDs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.