Interface ScpActionDefinition.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ScpActionDefinition.Builder,ScpActionDefinition>, SdkBuilder<ScpActionDefinition.Builder,ScpActionDefinition>, SdkPojo
Enclosing class:
ScpActionDefinition

public static interface ScpActionDefinition.Builder extends SdkPojo, CopyableBuilder<ScpActionDefinition.Builder,ScpActionDefinition>
  • Method Details

    • 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

      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.