public static interface SqlApplicationConfigurationUpdate.Builder extends SdkPojo, CopyableBuilder<SqlApplicationConfigurationUpdate.Builder,SqlApplicationConfigurationUpdate>
| Modifier and Type | Method and Description |
|---|---|
SqlApplicationConfigurationUpdate.Builder |
inputUpdates(Collection<InputUpdate> inputUpdates)
The array of InputUpdate objects describing the new input streams used by the application.
|
SqlApplicationConfigurationUpdate.Builder |
inputUpdates(Consumer<InputUpdate.Builder>... inputUpdates)
The array of InputUpdate objects describing the new input streams used by the application.
|
SqlApplicationConfigurationUpdate.Builder |
inputUpdates(InputUpdate... inputUpdates)
The array of InputUpdate objects describing the new input streams used by the application.
|
SqlApplicationConfigurationUpdate.Builder |
outputUpdates(Collection<OutputUpdate> outputUpdates)
The array of OutputUpdate objects describing the new destination streams used by the application.
|
SqlApplicationConfigurationUpdate.Builder |
outputUpdates(Consumer<OutputUpdate.Builder>... outputUpdates)
The array of OutputUpdate objects describing the new destination streams used by the application.
|
SqlApplicationConfigurationUpdate.Builder |
outputUpdates(OutputUpdate... outputUpdates)
The array of OutputUpdate objects describing the new destination streams used by the application.
|
SqlApplicationConfigurationUpdate.Builder |
referenceDataSourceUpdates(Collection<ReferenceDataSourceUpdate> referenceDataSourceUpdates)
The array of ReferenceDataSourceUpdate objects describing the new reference data sources used by the
application.
|
SqlApplicationConfigurationUpdate.Builder |
referenceDataSourceUpdates(Consumer<ReferenceDataSourceUpdate.Builder>... referenceDataSourceUpdates)
The array of ReferenceDataSourceUpdate objects describing the new reference data sources used by the
application.
|
SqlApplicationConfigurationUpdate.Builder |
referenceDataSourceUpdates(ReferenceDataSourceUpdate... referenceDataSourceUpdates)
The array of ReferenceDataSourceUpdate objects describing the new reference data sources used by the
application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSqlApplicationConfigurationUpdate.Builder inputUpdates(Collection<InputUpdate> inputUpdates)
The array of InputUpdate objects describing the new input streams used by the application.
inputUpdates - The array of InputUpdate objects describing the new input streams used by the application.SqlApplicationConfigurationUpdate.Builder inputUpdates(InputUpdate... inputUpdates)
The array of InputUpdate objects describing the new input streams used by the application.
inputUpdates - The array of InputUpdate objects describing the new input streams used by the application.SqlApplicationConfigurationUpdate.Builder inputUpdates(Consumer<InputUpdate.Builder>... inputUpdates)
The array of InputUpdate objects describing the new input streams used by the application.
This is a convenience method that creates an instance of theInputUpdate.Builder avoiding the need to
create one manually via
InputUpdate.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #inputUpdates(List.
inputUpdates - a consumer that will call methods on
InputUpdate.Builder#inputUpdates(java.util.Collection) SqlApplicationConfigurationUpdate.Builder outputUpdates(Collection<OutputUpdate> outputUpdates)
The array of OutputUpdate objects describing the new destination streams used by the application.
outputUpdates - The array of OutputUpdate objects describing the new destination streams used by the
application.SqlApplicationConfigurationUpdate.Builder outputUpdates(OutputUpdate... outputUpdates)
The array of OutputUpdate objects describing the new destination streams used by the application.
outputUpdates - The array of OutputUpdate objects describing the new destination streams used by the
application.SqlApplicationConfigurationUpdate.Builder outputUpdates(Consumer<OutputUpdate.Builder>... outputUpdates)
The array of OutputUpdate objects describing the new destination streams used by the application.
This is a convenience method that creates an instance of theOutputUpdate.Builder avoiding the need to
create one manually via
OutputUpdate.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #outputUpdates(List.
outputUpdates - a consumer that will call methods on
OutputUpdate.Builder#outputUpdates(java.util.Collection) SqlApplicationConfigurationUpdate.Builder referenceDataSourceUpdates(Collection<ReferenceDataSourceUpdate> referenceDataSourceUpdates)
The array of ReferenceDataSourceUpdate objects describing the new reference data sources used by the application.
referenceDataSourceUpdates - The array of ReferenceDataSourceUpdate objects describing the new reference data sources used
by the application.SqlApplicationConfigurationUpdate.Builder referenceDataSourceUpdates(ReferenceDataSourceUpdate... referenceDataSourceUpdates)
The array of ReferenceDataSourceUpdate objects describing the new reference data sources used by the application.
referenceDataSourceUpdates - The array of ReferenceDataSourceUpdate objects describing the new reference data sources used
by the application.SqlApplicationConfigurationUpdate.Builder referenceDataSourceUpdates(Consumer<ReferenceDataSourceUpdate.Builder>... referenceDataSourceUpdates)
The array of ReferenceDataSourceUpdate objects describing the new reference data sources used by the application.
This is a convenience method that creates an instance of theReferenceDataSourceUpdate.Builder avoiding
the need to create one manually via
ReferenceDataSourceUpdate.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #referenceDataSourceUpdates(List.
referenceDataSourceUpdates - a consumer that will call methods on
ReferenceDataSourceUpdate.Builder#referenceDataSourceUpdates(java.util.Collection) Copyright © 2022. All rights reserved.