@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3ReferenceDataSourceDescription extends Object implements Serializable, Cloneable, StructuredPojo
For a SQL-based Kinesis Data Analytics application, 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()
The Amazon Resource Name (ARN) of the S3 bucket.
|
String |
getFileKey()
Amazon S3 object key name.
|
String |
getReferenceRoleARN()
The ARN of the IAM role that Kinesis Data 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)
The Amazon Resource Name (ARN) of the S3 bucket.
|
void |
setFileKey(String fileKey)
Amazon S3 object key name.
|
void |
setReferenceRoleARN(String referenceRoleARN)
The ARN of the IAM role that Kinesis Data 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.
|
S3ReferenceDataSourceDescription |
withBucketARN(String bucketARN)
The Amazon Resource Name (ARN) of the S3 bucket.
|
S3ReferenceDataSourceDescription |
withFileKey(String fileKey)
Amazon S3 object key name.
|
S3ReferenceDataSourceDescription |
withReferenceRoleARN(String referenceRoleARN)
The ARN of the IAM role that Kinesis Data Analytics can assume to read the Amazon S3 object on your behalf to
populate the in-application reference table.
|
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 S3ReferenceDataSourceDescription 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)
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)
The ARN of the IAM role that Kinesis Data Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.
Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
referenceRoleARN
- The ARN of the IAM role that Kinesis Data Analytics can assume to read the Amazon S3 object on your behalf
to populate the in-application reference table. Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
public String getReferenceRoleARN()
The ARN of the IAM role that Kinesis Data Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.
Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
public S3ReferenceDataSourceDescription withReferenceRoleARN(String referenceRoleARN)
The ARN of the IAM role that Kinesis Data Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.
Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
referenceRoleARN
- The ARN of the IAM role that Kinesis Data Analytics can assume to read the Amazon S3 object on your behalf
to populate the in-application reference table. Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
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.