Uses of Interface
software.amazon.awssdk.services.appintegrations.model.ScheduleConfiguration.Builder
-
Packages that use ScheduleConfiguration.Builder Package Description software.amazon.awssdk.services.appintegrations.model -
-
Uses of ScheduleConfiguration.Builder in software.amazon.awssdk.services.appintegrations.model
Methods in software.amazon.awssdk.services.appintegrations.model that return ScheduleConfiguration.Builder Modifier and Type Method Description static ScheduleConfiguration.BuilderScheduleConfiguration. builder()ScheduleConfiguration.BuilderScheduleConfiguration.Builder. firstExecutionFrom(String 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.ScheduleConfiguration.BuilderScheduleConfiguration.Builder. object(String object)The name of the object to pull from the data source.ScheduleConfiguration.BuilderScheduleConfiguration.Builder. scheduleExpression(String scheduleExpression)How often the data should be pulled from data source.ScheduleConfiguration.BuilderScheduleConfiguration. toBuilder()Methods in software.amazon.awssdk.services.appintegrations.model that return types with arguments of type ScheduleConfiguration.Builder Modifier and Type Method Description static Class<? extends ScheduleConfiguration.Builder>ScheduleConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appintegrations.model with type arguments of type ScheduleConfiguration.Builder Modifier and Type Method Description default CreateDataIntegrationRequest.BuilderCreateDataIntegrationRequest.Builder. scheduleConfig(Consumer<ScheduleConfiguration.Builder> scheduleConfig)The name of the data and how often it should be pulled from the source.default CreateDataIntegrationResponse.BuilderCreateDataIntegrationResponse.Builder. scheduleConfiguration(Consumer<ScheduleConfiguration.Builder> scheduleConfiguration)The name of the data and how often it should be pulled from the source.default GetDataIntegrationResponse.BuilderGetDataIntegrationResponse.Builder. scheduleConfiguration(Consumer<ScheduleConfiguration.Builder> scheduleConfiguration)The name of the data and how often it should be pulled from the source.
-