@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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 String tableName()
The in-application table name created by the specific reference data source configuration.
public 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 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.