Class CfnIntegrationPropsMixin.TriggerConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnIntegrationPropsMixin.TriggerConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntegrationPropsMixin.TriggerConfigProperty>
- Enclosing interface:
CfnIntegrationPropsMixin.TriggerConfigProperty
@Stability(Stable)
public static final class CfnIntegrationPropsMixin.TriggerConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntegrationPropsMixin.TriggerConfigProperty>
A builder for
CfnIntegrationPropsMixin.TriggerConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.triggerProperties(CfnIntegrationPropsMixin.TriggerPropertiesProperty triggerProperties) Sets the value ofCfnIntegrationPropsMixin.TriggerConfigProperty.getTriggerProperties()triggerProperties(IResolvable triggerProperties) Sets the value ofCfnIntegrationPropsMixin.TriggerConfigProperty.getTriggerProperties()triggerType(String triggerType) Sets the value ofCfnIntegrationPropsMixin.TriggerConfigProperty.getTriggerType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
triggerProperties
@Stability(Stable) public CfnIntegrationPropsMixin.TriggerConfigProperty.Builder triggerProperties(IResolvable triggerProperties) Sets the value ofCfnIntegrationPropsMixin.TriggerConfigProperty.getTriggerProperties()- Parameters:
triggerProperties- Specifies the configuration details of a schedule-triggered flow that you define. Currently, these settings only apply to the Scheduled trigger type.- Returns:
this
-
triggerProperties
@Stability(Stable) public CfnIntegrationPropsMixin.TriggerConfigProperty.Builder triggerProperties(CfnIntegrationPropsMixin.TriggerPropertiesProperty triggerProperties) Sets the value ofCfnIntegrationPropsMixin.TriggerConfigProperty.getTriggerProperties()- Parameters:
triggerProperties- Specifies the configuration details of a schedule-triggered flow that you define. Currently, these settings only apply to the Scheduled trigger type.- Returns:
this
-
triggerType
@Stability(Stable) public CfnIntegrationPropsMixin.TriggerConfigProperty.Builder triggerType(String triggerType) Sets the value ofCfnIntegrationPropsMixin.TriggerConfigProperty.getTriggerType()- Parameters:
triggerType- Specifies the type of flow trigger. It can be OnDemand, Scheduled, or Event.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIntegrationPropsMixin.TriggerConfigProperty>- Returns:
- a new instance of
CfnIntegrationPropsMixin.TriggerConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-