Class CustomEventsTrigger
java.lang.Object
com.azure.resourcemanager.datafactory.models.Trigger
com.azure.resourcemanager.datafactory.models.MultiplePipelineTrigger
com.azure.resourcemanager.datafactory.models.CustomEventsTrigger
Trigger that runs every time a custom event is received.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionevents()
Get the events property: The list of event types that cause this trigger to fire.scope()
Get the scope property: The ARM resource ID of the Azure Event Grid Topic.Get the subjectBeginsWith property: The event subject must begin with the pattern provided for trigger to fire.Get the subjectEndsWith property: The event subject must end with the pattern provided for trigger to fire.void
validate()
Validates the instance.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the trigger.withDescription
(String description) Set the description property: Trigger description.withEvents
(List<Object> events) Set the events property: The list of event types that cause this trigger to fire.withPipelines
(List<TriggerPipelineReference> pipelines) Set the pipelines property: Pipelines that need to be started.Set the scope property: The ARM resource ID of the Azure Event Grid Topic.withSubjectBeginsWith
(String subjectBeginsWith) Set the subjectBeginsWith property: The event subject must begin with the pattern provided for trigger to fire.withSubjectEndsWith
(String subjectEndsWith) Set the subjectEndsWith property: The event subject must end with the pattern provided for trigger to fire.Methods inherited from class com.azure.resourcemanager.datafactory.models.MultiplePipelineTrigger
pipelines
Methods inherited from class com.azure.resourcemanager.datafactory.models.Trigger
additionalProperties, annotations, description, runtimeState, withAdditionalProperties
-
Constructor Details
-
CustomEventsTrigger
public CustomEventsTrigger()Creates an instance of CustomEventsTrigger class.
-
-
Method Details
-
withPipelines
Set the pipelines property: Pipelines that need to be started.- Overrides:
withPipelines
in classMultiplePipelineTrigger
- Parameters:
pipelines
- the pipelines value to set.- Returns:
- the MultiplePipelineTrigger object itself.
-
withDescription
Set the description property: Trigger description.- Overrides:
withDescription
in classMultiplePipelineTrigger
- Parameters:
description
- the description value to set.- Returns:
- the Trigger object itself.
-
withAnnotations
Set the annotations property: List of tags that can be used for describing the trigger.- Overrides:
withAnnotations
in classMultiplePipelineTrigger
- Parameters:
annotations
- the annotations value to set.- Returns:
- the Trigger object itself.
-
subjectBeginsWith
Get the subjectBeginsWith property: The event subject must begin with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith.- Returns:
- the subjectBeginsWith value.
-
withSubjectBeginsWith
Set the subjectBeginsWith property: The event subject must begin with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith.- Parameters:
subjectBeginsWith
- the subjectBeginsWith value to set.- Returns:
- the CustomEventsTrigger object itself.
-
subjectEndsWith
Get the subjectEndsWith property: The event subject must end with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith.- Returns:
- the subjectEndsWith value.
-
withSubjectEndsWith
Set the subjectEndsWith property: The event subject must end with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith.- Parameters:
subjectEndsWith
- the subjectEndsWith value to set.- Returns:
- the CustomEventsTrigger object itself.
-
events
Get the events property: The list of event types that cause this trigger to fire.- Returns:
- the events value.
-
withEvents
Set the events property: The list of event types that cause this trigger to fire.- Parameters:
events
- the events value to set.- Returns:
- the CustomEventsTrigger object itself.
-
scope
Get the scope property: The ARM resource ID of the Azure Event Grid Topic.- Returns:
- the scope value.
-
withScope
Set the scope property: The ARM resource ID of the Azure Event Grid Topic.- Parameters:
scope
- the scope value to set.- Returns:
- the CustomEventsTrigger object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classMultiplePipelineTrigger
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-