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.
|
copy
applyMutation, build
SqlApplicationConfigurationUpdate.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 that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #inputUpdates(List)
.inputUpdates
- a consumer that will call methods on List.Builder
#inputUpdates(List)
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 that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #outputUpdates(List)
.outputUpdates
- a consumer that will call methods on List.Builder
#outputUpdates(List)
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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #referenceDataSourceUpdates(List)
.referenceDataSourceUpdates
- a consumer that will call methods on List.Builder
#referenceDataSourceUpdates(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.