@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3ReferenceDataSource extends Object implements Serializable, Cloneable, StructuredPojo
For a SQL-based Kinesis Data Analytics application, identifies the Amazon S3 bucket and object that contains the reference data.
A 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.
Constructor and Description |
---|
S3ReferenceDataSource() |
Modifier and Type | Method and Description |
---|---|
S3ReferenceDataSource |
clone() |
boolean |
equals(Object obj) |
String |
getBucketARN()
The Amazon Resource Name (ARN) of the S3 bucket.
|
String |
getFileKey()
The object key name containing the reference data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucketARN(String bucketARN)
The Amazon Resource Name (ARN) of the S3 bucket.
|
void |
setFileKey(String fileKey)
The object key name containing the reference data.
|
String |
toString()
Returns a string representation of this object.
|
S3ReferenceDataSource |
withBucketARN(String bucketARN)
The Amazon Resource Name (ARN) of the S3 bucket.
|
S3ReferenceDataSource |
withFileKey(String fileKey)
The object key name containing the reference data.
|
public void setBucketARN(String bucketARN)
The Amazon Resource Name (ARN) of the S3 bucket.
bucketARN
- The Amazon Resource Name (ARN) of the S3 bucket.public String getBucketARN()
The Amazon Resource Name (ARN) of the S3 bucket.
public S3ReferenceDataSource withBucketARN(String bucketARN)
The Amazon Resource Name (ARN) of the S3 bucket.
bucketARN
- The Amazon Resource Name (ARN) of the S3 bucket.public void setFileKey(String fileKey)
The object key name containing the reference data.
fileKey
- The object key name containing the reference data.public String getFileKey()
The object key name containing the reference data.
public S3ReferenceDataSource withFileKey(String fileKey)
The object key name containing the reference data.
fileKey
- The object key name containing the reference data.public String toString()
toString
in class Object
Object.toString()
public S3ReferenceDataSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.