Class ReferenceDataSourceDescription
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalytics.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>
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()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 S3 bucket name, the object key name that contains the reference data.Map<String,SdkField<?>>sdkFieldNameToField()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()
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.
- Returns:
- 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.
-
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 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.
- Returns:
- 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.
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-