@Stability(value=Stable) public static final class CfnFlow.TriggerConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFlow.TriggerConfigProperty>
CfnFlow.TriggerConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFlow.TriggerConfigProperty |
build()
Builds the configured instance.
|
CfnFlow.TriggerConfigProperty.Builder |
triggerProperties(CfnFlow.ScheduledTriggerPropertiesProperty triggerProperties)
Sets the value of
CfnFlow.TriggerConfigProperty.getTriggerProperties() |
CfnFlow.TriggerConfigProperty.Builder |
triggerProperties(IResolvable triggerProperties)
Sets the value of
CfnFlow.TriggerConfigProperty.getTriggerProperties() |
CfnFlow.TriggerConfigProperty.Builder |
triggerType(String triggerType)
Sets the value of
CfnFlow.TriggerConfigProperty.getTriggerType() |
@Stability(value=Stable) public CfnFlow.TriggerConfigProperty.Builder triggerType(String triggerType)
CfnFlow.TriggerConfigProperty.getTriggerType()triggerType - Specifies the type of flow trigger. This parameter is required.
This can be OnDemand , Scheduled , or Event .this@Stability(value=Stable) public CfnFlow.TriggerConfigProperty.Builder triggerProperties(CfnFlow.ScheduledTriggerPropertiesProperty triggerProperties)
CfnFlow.TriggerConfigProperty.getTriggerProperties()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.this@Stability(value=Stable) public CfnFlow.TriggerConfigProperty.Builder triggerProperties(IResolvable triggerProperties)
CfnFlow.TriggerConfigProperty.getTriggerProperties()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.this@Stability(value=Stable) public CfnFlow.TriggerConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnFlow.TriggerConfigProperty>CfnFlow.TriggerConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.