Class TumblingWindowTriggerDependencyReference
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.DependencyReference
-
- com.azure.resourcemanager.datafactory.models.TriggerDependencyReference
-
- com.azure.resourcemanager.datafactory.models.TumblingWindowTriggerDependencyReference
-
public final class TumblingWindowTriggerDependencyReference extends TriggerDependencyReference
Referenced tumbling window trigger dependency.
-
-
Constructor Summary
Constructors Constructor Description TumblingWindowTriggerDependencyReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
offset()
Get the offset property: Timespan applied to the start time of a tumbling window when evaluating dependency.String
size()
Get the size property: The size of the window when evaluating the dependency.void
validate()
Validates the instance.TumblingWindowTriggerDependencyReference
withOffset(String offset)
Set the offset property: Timespan applied to the start time of a tumbling window when evaluating dependency.TumblingWindowTriggerDependencyReference
withReferenceTrigger(TriggerReference referenceTrigger)
Set the referenceTrigger property: Referenced trigger.TumblingWindowTriggerDependencyReference
withSize(String size)
Set the size property: The size of the window when evaluating the dependency.-
Methods inherited from class com.azure.resourcemanager.datafactory.models.TriggerDependencyReference
referenceTrigger
-
-
-
-
Method Detail
-
offset
public String offset()
Get the offset property: Timespan applied to the start time of a tumbling window when evaluating dependency.- Returns:
- the offset value.
-
withOffset
public TumblingWindowTriggerDependencyReference withOffset(String offset)
Set the offset property: Timespan applied to the start time of a tumbling window when evaluating dependency.- Parameters:
offset
- the offset value to set.- Returns:
- the TumblingWindowTriggerDependencyReference object itself.
-
size
public String size()
Get the size property: The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used.- Returns:
- the size value.
-
withSize
public TumblingWindowTriggerDependencyReference withSize(String size)
Set the size property: The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used.- Parameters:
size
- the size value to set.- Returns:
- the TumblingWindowTriggerDependencyReference object itself.
-
withReferenceTrigger
public TumblingWindowTriggerDependencyReference withReferenceTrigger(TriggerReference referenceTrigger)
Set the referenceTrigger property: Referenced trigger.- Overrides:
withReferenceTrigger
in classTriggerDependencyReference
- Parameters:
referenceTrigger
- the referenceTrigger value to set.- Returns:
- the TriggerDependencyReference object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classTriggerDependencyReference
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-