@Generated(value="software.amazon.awssdk:codegen") public final class ReferenceDataSourceDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReferenceDataSourceDescription.Builder,ReferenceDataSourceDescription>
For an SQL-based Amazon 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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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 String tableName()
The in-application table name created by the specific reference data source configuration.
public S3ReferenceDataSourceDescription s3ReferenceDataSourceDescription()
Provides the Amazon S3 bucket name, the object key name that contains the reference data.
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ReferenceDataSourceDescription.Builder,ReferenceDataSourceDescription>
public static ReferenceDataSourceDescription.Builder builder()
public static Class<? extends ReferenceDataSourceDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.