@Generated(value="software.amazon.awssdk:codegen") public final class SqlApplicationConfigurationUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SqlApplicationConfigurationUpdate.Builder,SqlApplicationConfigurationUpdate>
Describes updates to the input streams, destination streams, and reference data sources for an SQL-based Kinesis Data Analytics application.
Modifier and Type | Class and Description |
---|---|
static interface |
SqlApplicationConfigurationUpdate.Builder |
Modifier and Type | Method and Description |
---|---|
static SqlApplicationConfigurationUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<InputUpdate> |
inputUpdates()
The array of InputUpdate objects describing the new input streams used by the application.
|
List<OutputUpdate> |
outputUpdates()
The array of OutputUpdate objects describing the new destination streams used by the application.
|
List<ReferenceDataSourceUpdate> |
referenceDataSourceUpdates()
The array of ReferenceDataSourceUpdate objects describing the new reference data sources used by the
application.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SqlApplicationConfigurationUpdate.Builder> |
serializableBuilderClass() |
SqlApplicationConfigurationUpdate.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public List<InputUpdate> inputUpdates()
The array of InputUpdate objects describing the new input streams used by the application.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<OutputUpdate> outputUpdates()
The array of OutputUpdate objects describing the new destination streams used by the application.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<ReferenceDataSourceUpdate> referenceDataSourceUpdates()
The array of ReferenceDataSourceUpdate objects describing the new reference data sources used by the application.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public SqlApplicationConfigurationUpdate.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SqlApplicationConfigurationUpdate.Builder,SqlApplicationConfigurationUpdate>
public static SqlApplicationConfigurationUpdate.Builder builder()
public static Class<? extends SqlApplicationConfigurationUpdate.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.