@Stability(value=Stable) public static final class CfnDataIntegration.ScheduleConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataIntegration.ScheduleConfigProperty>
CfnDataIntegration.ScheduleConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataIntegration.ScheduleConfigProperty |
build()
Builds the configured instance.
|
CfnDataIntegration.ScheduleConfigProperty.Builder |
firstExecutionFrom(String firstExecutionFrom)
Sets the value of
CfnDataIntegration.ScheduleConfigProperty.getFirstExecutionFrom() |
CfnDataIntegration.ScheduleConfigProperty.Builder |
object(String object)
Sets the value of
CfnDataIntegration.ScheduleConfigProperty.getObject() |
CfnDataIntegration.ScheduleConfigProperty.Builder |
scheduleExpression(String scheduleExpression)
Sets the value of
CfnDataIntegration.ScheduleConfigProperty.getScheduleExpression() |
@Stability(value=Stable) public CfnDataIntegration.ScheduleConfigProperty.Builder firstExecutionFrom(String firstExecutionFrom)
CfnDataIntegration.ScheduleConfigProperty.getFirstExecutionFrom()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. This parameter is required.this@Stability(value=Stable) public CfnDataIntegration.ScheduleConfigProperty.Builder object(String object)
CfnDataIntegration.ScheduleConfigProperty.getObject()object - The name of the object to pull from the data source. This parameter is required.this@Stability(value=Stable) public CfnDataIntegration.ScheduleConfigProperty.Builder scheduleExpression(String scheduleExpression)
CfnDataIntegration.ScheduleConfigProperty.getScheduleExpression()scheduleExpression - How often the data should be pulled from data source. This parameter is required.this@Stability(value=Stable) public CfnDataIntegration.ScheduleConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnDataIntegration.ScheduleConfigProperty>CfnDataIntegration.ScheduleConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.