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