@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3ReferenceDataSourceUpdate extends Object implements Serializable, Cloneable, StructuredPojo
Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.
Constructor and Description |
---|
S3ReferenceDataSourceUpdate() |
Modifier and Type | Method and Description |
---|---|
S3ReferenceDataSourceUpdate |
clone() |
boolean |
equals(Object obj) |
String |
getBucketARNUpdate()
Amazon Resource Name (ARN) of the S3 bucket.
|
String |
getFileKeyUpdate()
Object key name.
|
String |
getReferenceRoleARNUpdate()
ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the
in-application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucketARNUpdate(String bucketARNUpdate)
Amazon Resource Name (ARN) of the S3 bucket.
|
void |
setFileKeyUpdate(String fileKeyUpdate)
Object key name.
|
void |
setReferenceRoleARNUpdate(String referenceRoleARNUpdate)
ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the
in-application.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
S3ReferenceDataSourceUpdate |
withBucketARNUpdate(String bucketARNUpdate)
Amazon Resource Name (ARN) of the S3 bucket.
|
S3ReferenceDataSourceUpdate |
withFileKeyUpdate(String fileKeyUpdate)
Object key name.
|
S3ReferenceDataSourceUpdate |
withReferenceRoleARNUpdate(String referenceRoleARNUpdate)
ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the
in-application.
|
public void setBucketARNUpdate(String bucketARNUpdate)
Amazon Resource Name (ARN) of the S3 bucket.
bucketARNUpdate
- Amazon Resource Name (ARN) of the S3 bucket.public String getBucketARNUpdate()
Amazon Resource Name (ARN) of the S3 bucket.
public S3ReferenceDataSourceUpdate withBucketARNUpdate(String bucketARNUpdate)
Amazon Resource Name (ARN) of the S3 bucket.
bucketARNUpdate
- Amazon Resource Name (ARN) of the S3 bucket.public void setFileKeyUpdate(String fileKeyUpdate)
Object key name.
fileKeyUpdate
- Object key name.public String getFileKeyUpdate()
Object key name.
public S3ReferenceDataSourceUpdate withFileKeyUpdate(String fileKeyUpdate)
Object key name.
fileKeyUpdate
- Object key name.public void setReferenceRoleARNUpdate(String referenceRoleARNUpdate)
ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.
referenceRoleARNUpdate
- ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the
in-application.public String getReferenceRoleARNUpdate()
ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.
public S3ReferenceDataSourceUpdate withReferenceRoleARNUpdate(String referenceRoleARNUpdate)
ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.
referenceRoleARNUpdate
- ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the
in-application.public String toString()
toString
in class Object
Object.toString()
public S3ReferenceDataSourceUpdate 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.