public static interface TriggerConfig.Builder extends SdkPojo, CopyableBuilder<TriggerConfig.Builder,TriggerConfig>
| Modifier and Type | Method and Description |
|---|---|
default TriggerConfig.Builder |
triggerProperties(Consumer<TriggerProperties.Builder> triggerProperties)
Specifies the configuration details of a schedule-triggered flow that you define.
|
TriggerConfig.Builder |
triggerProperties(TriggerProperties triggerProperties)
Specifies the configuration details of a schedule-triggered flow that you define.
|
TriggerConfig.Builder |
triggerType(String triggerType)
Specifies the type of flow trigger.
|
TriggerConfig.Builder |
triggerType(TriggerType triggerType)
Specifies the type of flow trigger.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTriggerConfig.Builder triggerType(String triggerType)
Specifies the type of flow trigger. It can be OnDemand, Scheduled, or Event.
triggerType - Specifies the type of flow trigger. It can be OnDemand, Scheduled, or Event.TriggerType,
TriggerTypeTriggerConfig.Builder triggerType(TriggerType triggerType)
Specifies the type of flow trigger. It can be OnDemand, Scheduled, or Event.
triggerType - Specifies the type of flow trigger. It can be OnDemand, Scheduled, or Event.TriggerType,
TriggerTypeTriggerConfig.Builder triggerProperties(TriggerProperties triggerProperties)
Specifies the configuration details of a schedule-triggered flow that you define. Currently, these settings only apply to the Scheduled trigger type.
triggerProperties - Specifies the configuration details of a schedule-triggered flow that you define. Currently, these
settings only apply to the Scheduled trigger type.default TriggerConfig.Builder triggerProperties(Consumer<TriggerProperties.Builder> triggerProperties)
Specifies the configuration details of a schedule-triggered flow that you define. Currently, these settings only apply to the Scheduled trigger type.
This is a convenience method that creates an instance of theTriggerProperties.Builder avoiding the
need to create one manually via TriggerProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to triggerProperties(TriggerProperties).
triggerProperties - a consumer that will call methods on TriggerProperties.BuildertriggerProperties(TriggerProperties)Copyright © 2023. All rights reserved.