Class PlaybookActionProperties


  • public final class PlaybookActionProperties
    extends Object
    The PlaybookActionProperties model.
    • Constructor Detail

      • PlaybookActionProperties

        public PlaybookActionProperties()
    • Method Detail

      • logicAppResourceId

        public String logicAppResourceId()
        Get the logicAppResourceId property: The resource id of the playbook resource.
        Returns:
        the logicAppResourceId value.
      • withLogicAppResourceId

        public PlaybookActionProperties withLogicAppResourceId​(String logicAppResourceId)
        Set the logicAppResourceId property: The resource id of the playbook resource.
        Parameters:
        logicAppResourceId - the logicAppResourceId value to set.
        Returns:
        the PlaybookActionProperties object itself.
      • tenantId

        public UUID tenantId()
        Get the tenantId property: The tenant id of the playbook resource.
        Returns:
        the tenantId value.
      • withTenantId

        public PlaybookActionProperties withTenantId​(UUID tenantId)
        Set the tenantId property: The tenant id of the playbook resource.
        Parameters:
        tenantId - the tenantId value to set.
        Returns:
        the PlaybookActionProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.