public static interface SqlApplicationConfigurationDescription.Builder extends SdkPojo, CopyableBuilder<SqlApplicationConfigurationDescription.Builder,SqlApplicationConfigurationDescription>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSqlApplicationConfigurationDescription.Builder inputDescriptions(Collection<InputDescription> inputDescriptions)
The array of InputDescription objects describing the input streams used by the application.
inputDescriptions - The array of InputDescription objects describing the input streams used by the application.SqlApplicationConfigurationDescription.Builder inputDescriptions(InputDescription... inputDescriptions)
The array of InputDescription objects describing the input streams used by the application.
inputDescriptions - The array of InputDescription objects describing the input streams used by the application.SqlApplicationConfigurationDescription.Builder inputDescriptions(Consumer<InputDescription.Builder>... inputDescriptions)
The array of InputDescription objects describing the input streams used by the application.
This is a convenience method that creates an instance of theInputDescription.Builder avoiding the need
to create one manually via
InputDescription.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #inputDescriptions(List.
inputDescriptions - a consumer that will call methods on
InputDescription.Builder#inputDescriptions(java.util.Collection) SqlApplicationConfigurationDescription.Builder outputDescriptions(Collection<OutputDescription> outputDescriptions)
The array of OutputDescription objects describing the destination streams used by the application.
outputDescriptions - The array of OutputDescription objects describing the destination streams used by the
application.SqlApplicationConfigurationDescription.Builder outputDescriptions(OutputDescription... outputDescriptions)
The array of OutputDescription objects describing the destination streams used by the application.
outputDescriptions - The array of OutputDescription objects describing the destination streams used by the
application.SqlApplicationConfigurationDescription.Builder outputDescriptions(Consumer<OutputDescription.Builder>... outputDescriptions)
The array of OutputDescription objects describing the destination streams used by the application.
This is a convenience method that creates an instance of theOutputDescription.Builder avoiding the need
to create one manually via
OutputDescription.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #outputDescriptions(List.
outputDescriptions - a consumer that will call methods on
OutputDescription.Builder#outputDescriptions(java.util.Collection) SqlApplicationConfigurationDescription.Builder referenceDataSourceDescriptions(Collection<ReferenceDataSourceDescription> referenceDataSourceDescriptions)
The array of ReferenceDataSourceDescription objects describing the reference data sources used by the application.
referenceDataSourceDescriptions - The array of ReferenceDataSourceDescription objects describing the reference data sources used
by the application.SqlApplicationConfigurationDescription.Builder referenceDataSourceDescriptions(ReferenceDataSourceDescription... referenceDataSourceDescriptions)
The array of ReferenceDataSourceDescription objects describing the reference data sources used by the application.
referenceDataSourceDescriptions - The array of ReferenceDataSourceDescription objects describing the reference data sources used
by the application.SqlApplicationConfigurationDescription.Builder referenceDataSourceDescriptions(Consumer<ReferenceDataSourceDescription.Builder>... referenceDataSourceDescriptions)
The array of ReferenceDataSourceDescription objects describing the reference data sources used by the application.
This is a convenience method that creates an instance of theReferenceDataSourceDescription.Builder
avoiding the need to create one manually via
ReferenceDataSourceDescription.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #referenceDataSourceDescriptions(List.
referenceDataSourceDescriptions - a consumer that will call methods on
ReferenceDataSourceDescription.Builder#referenceDataSourceDescriptions(java.util.Collection) Copyright © 2022. All rights reserved.