@Generated(value="software.amazon.awssdk:codegen") public final class ReferenceDataSourceDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReferenceDataSourceDescription.Builder,ReferenceDataSourceDescription>
For a SQL-based Kinesis Data Analytics application, describes the reference data source configured for an application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReferenceDataSourceDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReferenceDataSourceDescription.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
referenceId()
The ID of the reference data source.
|
SourceSchema |
referenceSchema()
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns
created in the in-application stream.
|
S3ReferenceDataSourceDescription |
s3ReferenceDataSourceDescription()
Provides the Amazon S3 bucket name, the object key name that contains the reference data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReferenceDataSourceDescription.Builder> |
serializableBuilderClass() |
String |
tableName()
The in-application table name created by the specific reference data source configuration.
|
ReferenceDataSourceDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String referenceId()
The ID of the reference data source. This is the ID that Kinesis Data Analytics assigns when you add the reference data source to your application using the CreateApplication or UpdateApplication operation.
public final String tableName()
The in-application table name created by the specific reference data source configuration.
public final S3ReferenceDataSourceDescription s3ReferenceDataSourceDescription()
Provides the Amazon S3 bucket name, the object key name that contains the reference data.
public final SourceSchema referenceSchema()
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.
public ReferenceDataSourceDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReferenceDataSourceDescription.Builder,ReferenceDataSourceDescription>public static ReferenceDataSourceDescription.Builder builder()
public static Class<? extends ReferenceDataSourceDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.