Class S3ReferenceDataSource
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalyticsv2.model.S3ReferenceDataSource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3ReferenceDataSource.Builder,S3ReferenceDataSource>
@Generated("software.amazon.awssdk:codegen") public final class S3ReferenceDataSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3ReferenceDataSource.Builder,S3ReferenceDataSource>
For a SQL-based Kinesis Data Analytics application, identifies the Amazon S3 bucket and object that contains the reference data.
A SQL-based Kinesis Data Analytics application loads reference data only once. If the data changes, you call the UpdateApplication operation to trigger reloading of data into your application.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3ReferenceDataSource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketARN()The Amazon Resource Name (ARN) of the S3 bucket.static S3ReferenceDataSource.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfileKey()The object key name containing the reference data.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends S3ReferenceDataSource.Builder>serializableBuilderClass()S3ReferenceDataSource.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
-
bucketARN
public final String bucketARN()
The Amazon Resource Name (ARN) of the S3 bucket.
- Returns:
- The Amazon Resource Name (ARN) of the S3 bucket.
-
fileKey
public final String fileKey()
The object key name containing the reference data.
- Returns:
- The object key name containing the reference data.
-
toBuilder
public S3ReferenceDataSource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3ReferenceDataSource.Builder,S3ReferenceDataSource>
-
builder
public static S3ReferenceDataSource.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3ReferenceDataSource.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.
-
-