@Stability(value=Stable) public static final class CfnIntegration.TriggerConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnIntegration.TriggerConfigProperty>
CfnIntegration.TriggerConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnIntegration.TriggerConfigProperty |
build()
Builds the configured instance.
|
CfnIntegration.TriggerConfigProperty.Builder |
triggerProperties(CfnIntegration.TriggerPropertiesProperty triggerProperties)
Sets the value of
CfnIntegration.TriggerConfigProperty.getTriggerProperties() |
CfnIntegration.TriggerConfigProperty.Builder |
triggerProperties(IResolvable triggerProperties)
Sets the value of
CfnIntegration.TriggerConfigProperty.getTriggerProperties() |
CfnIntegration.TriggerConfigProperty.Builder |
triggerType(String triggerType)
Sets the value of
CfnIntegration.TriggerConfigProperty.getTriggerType() |
@Stability(value=Stable) public CfnIntegration.TriggerConfigProperty.Builder triggerType(String triggerType)
CfnIntegration.TriggerConfigProperty.getTriggerType()triggerType - Specifies the type of flow trigger. This parameter is required.
It can be OnDemand, Scheduled, or Event.this@Stability(value=Stable) public CfnIntegration.TriggerConfigProperty.Builder triggerProperties(CfnIntegration.TriggerPropertiesProperty triggerProperties)
CfnIntegration.TriggerConfigProperty.getTriggerProperties()triggerProperties - Specifies the configuration details of a schedule-triggered flow that you define.
Currently, these settings only apply to the Scheduled trigger type.this@Stability(value=Stable) public CfnIntegration.TriggerConfigProperty.Builder triggerProperties(IResolvable triggerProperties)
CfnIntegration.TriggerConfigProperty.getTriggerProperties()triggerProperties - Specifies the configuration details of a schedule-triggered flow that you define.
Currently, these settings only apply to the Scheduled trigger type.this@Stability(value=Stable) public CfnIntegration.TriggerConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnIntegration.TriggerConfigProperty>CfnIntegration.TriggerConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.