Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.TriggerConfig.Builder
-
Packages that use TriggerConfig.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of TriggerConfig.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return TriggerConfig.Builder Modifier and Type Method Description static TriggerConfig.BuilderTriggerConfig. builder()TriggerConfig.BuilderTriggerConfig. toBuilder()default TriggerConfig.BuilderTriggerConfig.Builder. triggerProperties(Consumer<TriggerProperties.Builder> triggerProperties)Specifies the configuration details of a schedule-triggered flow that you define.TriggerConfig.BuilderTriggerConfig.Builder. triggerProperties(TriggerProperties triggerProperties)Specifies the configuration details of a schedule-triggered flow that you define.TriggerConfig.BuilderTriggerConfig.Builder. triggerType(String triggerType)Specifies the type of flow trigger.TriggerConfig.BuilderTriggerConfig.Builder. triggerType(TriggerType triggerType)Specifies the type of flow trigger.Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type TriggerConfig.Builder Modifier and Type Method Description static Class<? extends TriggerConfig.Builder>TriggerConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type TriggerConfig.Builder Modifier and Type Method Description default FlowDefinition.BuilderFlowDefinition.Builder. triggerConfig(Consumer<TriggerConfig.Builder> triggerConfig)The trigger settings that determine how and when the flow runs.
-