public static interface SqlRunConfiguration.Builder extends SdkPojo, CopyableBuilder<SqlRunConfiguration.Builder,SqlRunConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SqlRunConfiguration.Builder |
inputId(String inputId)
The input source ID.
|
default SqlRunConfiguration.Builder |
inputStartingPositionConfiguration(Consumer<InputStartingPositionConfiguration.Builder> inputStartingPositionConfiguration)
The point at which you want the application to start processing records from the streaming source.
|
SqlRunConfiguration.Builder |
inputStartingPositionConfiguration(InputStartingPositionConfiguration inputStartingPositionConfiguration)
The point at which you want the application to start processing records from the streaming source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSqlRunConfiguration.Builder inputId(String inputId)
The input source ID. You can get this ID by calling the DescribeApplication operation.
inputId - The input source ID. You can get this ID by calling the DescribeApplication operation.SqlRunConfiguration.Builder inputStartingPositionConfiguration(InputStartingPositionConfiguration inputStartingPositionConfiguration)
The point at which you want the application to start processing records from the streaming source.
inputStartingPositionConfiguration - The point at which you want the application to start processing records from the streaming source.default SqlRunConfiguration.Builder inputStartingPositionConfiguration(Consumer<InputStartingPositionConfiguration.Builder> inputStartingPositionConfiguration)
The point at which you want the application to start processing records from the streaming source.
This is a convenience method that creates an instance of theInputStartingPositionConfiguration.Builder avoiding the need to create one manually via
InputStartingPositionConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
inputStartingPositionConfiguration(InputStartingPositionConfiguration).
inputStartingPositionConfiguration - a consumer that will call methods on InputStartingPositionConfiguration.BuilderinputStartingPositionConfiguration(InputStartingPositionConfiguration)Copyright © 2022. All rights reserved.