Class ReferenceDataSourceDescription
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalyticsv2.model.ReferenceDataSourceDescription
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReferenceDataSourceDescription.Builder,ReferenceDataSourceDescription>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReferenceDataSourceDescription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReferenceDataSourceDescription.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringreferenceId()The ID of the reference data source.SourceSchemareferenceSchema()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.S3ReferenceDataSourceDescriptions3ReferenceDataSourceDescription()Provides the Amazon S3 bucket name, the object key name that contains the reference data.List<SdkField<?>>sdkFields()static Class<? extends ReferenceDataSourceDescription.Builder>serializableBuilderClass()StringtableName()The in-application table name created by the specific reference data source configuration.ReferenceDataSourceDescription.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
referenceId
public 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.
- Returns:
- 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.
-
tableName
public final String tableName()
The in-application table name created by the specific reference data source configuration.
- Returns:
- The in-application table name created by the specific reference data source configuration.
-
s3ReferenceDataSourceDescription
public final S3ReferenceDataSourceDescription s3ReferenceDataSourceDescription()
Provides the Amazon S3 bucket name, the object key name that contains the reference data.
- Returns:
- Provides the Amazon S3 bucket name, the object key name that contains the reference data.
-
referenceSchema
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.
- Returns:
- 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.
-
toBuilder
public ReferenceDataSourceDescription.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReferenceDataSourceDescription.Builder,ReferenceDataSourceDescription>
-
builder
public static ReferenceDataSourceDescription.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReferenceDataSourceDescription.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-