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 as defined by the user.
|
TriggerConfig.Builder |
triggerProperties(TriggerProperties triggerProperties)
Specifies the configuration details of a schedule-triggered flow as defined by the user.
|
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. This can be OnDemand, Scheduled, or
Event.
triggerType - Specifies the type of flow trigger. This can be OnDemand, Scheduled, or
Event.TriggerType,
TriggerTypeTriggerConfig.Builder triggerType(TriggerType triggerType)
Specifies the type of flow trigger. This can be OnDemand, Scheduled, or
Event.
triggerType - Specifies the type of flow trigger. This can be OnDemand, Scheduled, or
Event.TriggerType,
TriggerTypeTriggerConfig.Builder triggerProperties(TriggerProperties triggerProperties)
Specifies the configuration details of a schedule-triggered flow as defined by the user. Currently, these
settings only apply to the Scheduled trigger type.
triggerProperties - Specifies the configuration details of a schedule-triggered flow as defined by the user. 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 as defined by the user. Currently, these
settings only apply to the Scheduled trigger type.
TriggerProperties.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.