Class DynamicDeliveryAttributeMappingProperties

java.lang.Object
com.azure.resourcemanager.eventgrid.fluent.models.DynamicDeliveryAttributeMappingProperties

public final class DynamicDeliveryAttributeMappingProperties extends Object
Properties of dynamic delivery attribute mapping.
  • Constructor Details

    • DynamicDeliveryAttributeMappingProperties

      public DynamicDeliveryAttributeMappingProperties()
  • Method Details

    • sourceField

      public String sourceField()
      Get the sourceField property: JSON path in the event which contains attribute value.
      Returns:
      the sourceField value.
    • withSourceField

      public DynamicDeliveryAttributeMappingProperties withSourceField(String sourceField)
      Set the sourceField property: JSON path in the event which contains attribute value.
      Parameters:
      sourceField - the sourceField value to set.
      Returns:
      the DynamicDeliveryAttributeMappingProperties object itself.
    • validate

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