@Generated(value="software.amazon.awssdk:codegen") public final class ReferenceDataSourceDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReferenceDataSourceDescription.Builder,ReferenceDataSourceDescription>
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()
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 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()
ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.
public final String tableName()
The in-application table name created by the specific reference data source configuration.
public final S3ReferenceDataSourceDescription s3ReferenceDataSourceDescription()
Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.
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 © 2023. All rights reserved.