@Generated(value="software.amazon.awssdk:codegen") public final class SqlApplicationConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SqlApplicationConfiguration.Builder,SqlApplicationConfiguration>
Describes the inputs, outputs, and reference data sources for an SQL-based Kinesis Data Analytics application.
Modifier and Type | Class and Description |
---|---|
static interface |
SqlApplicationConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
static SqlApplicationConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<Input> |
inputs()
The array of Input objects describing the input streams used by the application.
|
List<Output> |
outputs()
The array of Output objects describing the destination streams used by the application.
|
List<ReferenceDataSource> |
referenceDataSources()
The array of ReferenceDataSource objects describing the reference data sources used by the application.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SqlApplicationConfiguration.Builder> |
serializableBuilderClass() |
SqlApplicationConfiguration.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<Input> inputs()
The array of Input objects describing the input streams used by the application.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<Output> outputs()
The array of Output objects describing the destination streams used by the application.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<ReferenceDataSource> referenceDataSources()
The array of ReferenceDataSource objects describing the reference data sources used by the application.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public SqlApplicationConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SqlApplicationConfiguration.Builder,SqlApplicationConfiguration>
public static SqlApplicationConfiguration.Builder builder()
public static Class<? extends SqlApplicationConfiguration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.