public static interface SqlApplicationConfiguration.Builder extends SdkPojo, CopyableBuilder<SqlApplicationConfiguration.Builder,SqlApplicationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SqlApplicationConfiguration.Builder |
inputs(Collection<Input> inputs)
The array of Input objects describing the input streams used by the application.
|
SqlApplicationConfiguration.Builder |
inputs(Consumer<Input.Builder>... inputs)
The array of Input objects describing the input streams used by the application.
|
SqlApplicationConfiguration.Builder |
inputs(Input... inputs)
The array of Input objects describing the input streams used by the application.
|
SqlApplicationConfiguration.Builder |
outputs(Collection<Output> outputs)
The array of Output objects describing the destination streams used by the application.
|
SqlApplicationConfiguration.Builder |
outputs(Consumer<Output.Builder>... outputs)
The array of Output objects describing the destination streams used by the application.
|
SqlApplicationConfiguration.Builder |
outputs(Output... outputs)
The array of Output objects describing the destination streams used by the application.
|
SqlApplicationConfiguration.Builder |
referenceDataSources(Collection<ReferenceDataSource> referenceDataSources)
The array of ReferenceDataSource objects describing the reference data sources used by the
application.
|
SqlApplicationConfiguration.Builder |
referenceDataSources(Consumer<ReferenceDataSource.Builder>... referenceDataSources)
The array of ReferenceDataSource objects describing the reference data sources used by the
application.
|
SqlApplicationConfiguration.Builder |
referenceDataSources(ReferenceDataSource... referenceDataSources)
The array of ReferenceDataSource objects describing the reference data sources used by the
application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSqlApplicationConfiguration.Builder inputs(Collection<Input> inputs)
The array of Input objects describing the input streams used by the application.
inputs - The array of Input objects describing the input streams used by the application.SqlApplicationConfiguration.Builder inputs(Input... inputs)
The array of Input objects describing the input streams used by the application.
inputs - The array of Input objects describing the input streams used by the application.SqlApplicationConfiguration.Builder inputs(Consumer<Input.Builder>... inputs)
The array of Input objects describing the input streams used by the application.
This is a convenience method that creates an instance of theInput.Builder avoiding the need to create
one manually via Input.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #inputs(List).
inputs - a consumer that will call methods on
Input.Builder#inputs(java.util.Collection)SqlApplicationConfiguration.Builder outputs(Collection<Output> outputs)
The array of Output objects describing the destination streams used by the application.
outputs - The array of Output objects describing the destination streams used by the application.SqlApplicationConfiguration.Builder outputs(Output... outputs)
The array of Output objects describing the destination streams used by the application.
outputs - The array of Output objects describing the destination streams used by the application.SqlApplicationConfiguration.Builder outputs(Consumer<Output.Builder>... outputs)
The array of Output objects describing the destination streams used by the application.
This is a convenience method that creates an instance of theOutput.Builder avoiding the need to create
one manually via Output.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #outputs(List.
outputs - a consumer that will call methods on
Output.Builder#outputs(java.util.CollectionSqlApplicationConfiguration.Builder referenceDataSources(Collection<ReferenceDataSource> referenceDataSources)
The array of ReferenceDataSource objects describing the reference data sources used by the application.
referenceDataSources - The array of ReferenceDataSource objects describing the reference data sources used by the
application.SqlApplicationConfiguration.Builder referenceDataSources(ReferenceDataSource... referenceDataSources)
The array of ReferenceDataSource objects describing the reference data sources used by the application.
referenceDataSources - The array of ReferenceDataSource objects describing the reference data sources used by the
application.SqlApplicationConfiguration.Builder referenceDataSources(Consumer<ReferenceDataSource.Builder>... referenceDataSources)
The array of ReferenceDataSource objects describing the reference data sources used by the application.
This is a convenience method that creates an instance of theReferenceDataSource.Builder avoiding the
need to create one manually via
ReferenceDataSource.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #referenceDataSources(List.
referenceDataSources - a consumer that will call methods on
ReferenceDataSource.Builder#referenceDataSources(java.util.Collection) Copyright © 2022. All rights reserved.