Class CfnIntegration.TriggerPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.customerprofiles.CfnIntegration.TriggerPropertiesProperty.Builder
- All Implemented Interfaces:
 software.amazon.jsii.Builder<CfnIntegration.TriggerPropertiesProperty>
- Enclosing interface:
 - CfnIntegration.TriggerPropertiesProperty
 
@Stability(Stable)
public static final class CfnIntegration.TriggerPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntegration.TriggerPropertiesProperty>
A builder for 
CfnIntegration.TriggerPropertiesProperty- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.scheduled(IResolvable scheduled) Sets the value ofCfnIntegration.TriggerPropertiesProperty.getScheduled()Sets the value ofCfnIntegration.TriggerPropertiesProperty.getScheduled() 
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
scheduled
@Stability(Stable) public CfnIntegration.TriggerPropertiesProperty.Builder scheduled(IResolvable scheduled) Sets the value ofCfnIntegration.TriggerPropertiesProperty.getScheduled()- Parameters:
 scheduled- Specifies the configuration details of a schedule-triggered flow that you define.- Returns:
 this
 - 
scheduled
@Stability(Stable) public CfnIntegration.TriggerPropertiesProperty.Builder scheduled(CfnIntegration.ScheduledTriggerPropertiesProperty scheduled) Sets the value ofCfnIntegration.TriggerPropertiesProperty.getScheduled()- Parameters:
 scheduled- Specifies the configuration details of a schedule-triggered flow that you define.- Returns:
 this
 - 
build
Builds the configured instance.- Specified by:
 buildin interfacesoftware.amazon.jsii.Builder<CfnIntegration.TriggerPropertiesProperty>- Returns:
 - a new instance of 
CfnIntegration.TriggerPropertiesProperty - Throws:
 NullPointerException- if any required attribute was not provided
 
 -