| Package | Description |
|---|---|
| software.amazon.awssdk.services.appintegrations.model |
| Modifier and Type | Method and Description |
|---|---|
static ScheduleConfiguration.Builder |
ScheduleConfiguration.builder() |
ScheduleConfiguration.Builder |
ScheduleConfiguration.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.Builder |
ScheduleConfiguration.Builder.object(String object)
The name of the object to pull from the data source.
|
ScheduleConfiguration.Builder |
ScheduleConfiguration.Builder.scheduleExpression(String scheduleExpression)
How often the data should be pulled from data source.
|
ScheduleConfiguration.Builder |
ScheduleConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ScheduleConfiguration.Builder> |
ScheduleConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateDataIntegrationRequest.Builder |
CreateDataIntegrationRequest.Builder.scheduleConfig(Consumer<ScheduleConfiguration.Builder> scheduleConfig)
The name of the data and how often it should be pulled from the source.
|
default GetDataIntegrationResponse.Builder |
GetDataIntegrationResponse.Builder.scheduleConfiguration(Consumer<ScheduleConfiguration.Builder> scheduleConfiguration)
The name of the data and how often it should be pulled from the source.
|
default CreateDataIntegrationResponse.Builder |
CreateDataIntegrationResponse.Builder.scheduleConfiguration(Consumer<ScheduleConfiguration.Builder> scheduleConfiguration)
The name of the data and how often it should be pulled from the source.
|
Copyright © 2023. All rights reserved.