Class CfnDataIntegrationPropsMixin.ScheduleConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appintegrations.CfnDataIntegrationPropsMixin.ScheduleConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataIntegrationPropsMixin.ScheduleConfigProperty>
- Enclosing interface:
CfnDataIntegrationPropsMixin.ScheduleConfigProperty
@Stability(Stable)
public static final class CfnDataIntegrationPropsMixin.ScheduleConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataIntegrationPropsMixin.ScheduleConfigProperty>
A builder for
CfnDataIntegrationPropsMixin.ScheduleConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.firstExecutionFrom(String firstExecutionFrom) Sets the value ofCfnDataIntegrationPropsMixin.ScheduleConfigProperty.getObject()scheduleExpression(String scheduleExpression)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
firstExecutionFrom
@Stability(Stable) public CfnDataIntegrationPropsMixin.ScheduleConfigProperty.Builder firstExecutionFrom(String firstExecutionFrom) - Parameters:
firstExecutionFrom- The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.- Returns:
this
-
object
@Stability(Stable) public CfnDataIntegrationPropsMixin.ScheduleConfigProperty.Builder object(String object) Sets the value ofCfnDataIntegrationPropsMixin.ScheduleConfigProperty.getObject()- Parameters:
object- The name of the object to pull from the data source.- Returns:
this
-
scheduleExpression
@Stability(Stable) public CfnDataIntegrationPropsMixin.ScheduleConfigProperty.Builder scheduleExpression(String scheduleExpression) - Parameters:
scheduleExpression- How often the data should be pulled from data source.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataIntegrationPropsMixin.ScheduleConfigProperty>- Returns:
- a new instance of
CfnDataIntegrationPropsMixin.ScheduleConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-