public class S3OutputLocation extends Object implements Serializable, Cloneable
An Amazon S3 bucket where you want to store the results of this request.
Constructor and Description |
---|
S3OutputLocation() |
Modifier and Type | Method and Description |
---|---|
S3OutputLocation |
clone() |
boolean |
equals(Object obj) |
String |
getOutputS3BucketName()
The name of the Amazon S3 bucket.
|
String |
getOutputS3KeyPrefix()
The Amazon S3 bucket subfolder.
|
String |
getOutputS3Region()
The Amazon S3 region where the association information is stored.
|
int |
hashCode() |
void |
setOutputS3BucketName(String outputS3BucketName)
The name of the Amazon S3 bucket.
|
void |
setOutputS3KeyPrefix(String outputS3KeyPrefix)
The Amazon S3 bucket subfolder.
|
void |
setOutputS3Region(String outputS3Region)
The Amazon S3 region where the association information is stored.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
S3OutputLocation |
withOutputS3BucketName(String outputS3BucketName)
The name of the Amazon S3 bucket.
|
S3OutputLocation |
withOutputS3KeyPrefix(String outputS3KeyPrefix)
The Amazon S3 bucket subfolder.
|
S3OutputLocation |
withOutputS3Region(String outputS3Region)
The Amazon S3 region where the association information is stored.
|
public void setOutputS3Region(String outputS3Region)
The Amazon S3 region where the association information is stored.
outputS3Region
- The Amazon S3 region where the association information is stored.public String getOutputS3Region()
The Amazon S3 region where the association information is stored.
public S3OutputLocation withOutputS3Region(String outputS3Region)
The Amazon S3 region where the association information is stored.
outputS3Region
- The Amazon S3 region where the association information is stored.public void setOutputS3BucketName(String outputS3BucketName)
The name of the Amazon S3 bucket.
outputS3BucketName
- The name of the Amazon S3 bucket.public String getOutputS3BucketName()
The name of the Amazon S3 bucket.
public S3OutputLocation withOutputS3BucketName(String outputS3BucketName)
The name of the Amazon S3 bucket.
outputS3BucketName
- The name of the Amazon S3 bucket.public void setOutputS3KeyPrefix(String outputS3KeyPrefix)
The Amazon S3 bucket subfolder.
outputS3KeyPrefix
- The Amazon S3 bucket subfolder.public String getOutputS3KeyPrefix()
The Amazon S3 bucket subfolder.
public S3OutputLocation withOutputS3KeyPrefix(String outputS3KeyPrefix)
The Amazon S3 bucket subfolder.
outputS3KeyPrefix
- The Amazon S3 bucket subfolder.public String toString()
toString
in class Object
Object.toString()
public S3OutputLocation clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.