@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3ReferenceDataSourceDescription extends Object implements Serializable, Cloneable, StructuredPojo
Provides the bucket name and object key name that stores the reference data.
Constructor and Description |
---|
S3ReferenceDataSourceDescription() |
Modifier and Type | Method and Description |
---|---|
S3ReferenceDataSourceDescription |
clone() |
boolean |
equals(Object obj) |
String |
getBucketARN()
Amazon Resource Name (ARN) of the S3 bucket.
|
String |
getFileKey()
Amazon S3 object key name.
|
String |
getReferenceRoleARN()
ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to
populate the in-application reference table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucketARN(String bucketARN)
Amazon Resource Name (ARN) of the S3 bucket.
|
void |
setFileKey(String fileKey)
Amazon S3 object key name.
|
void |
setReferenceRoleARN(String referenceRoleARN)
ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to
populate the in-application reference table.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
S3ReferenceDataSourceDescription |
withBucketARN(String bucketARN)
Amazon Resource Name (ARN) of the S3 bucket.
|
S3ReferenceDataSourceDescription |
withFileKey(String fileKey)
Amazon S3 object key name.
|
S3ReferenceDataSourceDescription |
withReferenceRoleARN(String referenceRoleARN)
ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to
populate the in-application reference table.
|
public void setBucketARN(String bucketARN)
Amazon Resource Name (ARN) of the S3 bucket.
bucketARN
- Amazon Resource Name (ARN) of the S3 bucket.public String getBucketARN()
Amazon Resource Name (ARN) of the S3 bucket.
public S3ReferenceDataSourceDescription withBucketARN(String bucketARN)
Amazon Resource Name (ARN) of the S3 bucket.
bucketARN
- Amazon Resource Name (ARN) of the S3 bucket.public void setFileKey(String fileKey)
Amazon S3 object key name.
fileKey
- Amazon S3 object key name.public String getFileKey()
Amazon S3 object key name.
public S3ReferenceDataSourceDescription withFileKey(String fileKey)
Amazon S3 object key name.
fileKey
- Amazon S3 object key name.public void setReferenceRoleARN(String referenceRoleARN)
ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.
referenceRoleARN
- ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf
to populate the in-application reference table.public String getReferenceRoleARN()
ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.
public S3ReferenceDataSourceDescription withReferenceRoleARN(String referenceRoleARN)
ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.
referenceRoleARN
- ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf
to populate the in-application reference table.public String toString()
toString
in class Object
Object.toString()
public S3ReferenceDataSourceDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.