public class S3ExportTaskDefinition extends Object implements Serializable
Constructor and Description |
---|
S3ExportTaskDefinition()
No args constructor for use in serialization
|
S3ExportTaskDefinition(String inputUrl,
String bucket,
String key,
Map<String,String> userMetadata) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getBucket()
The name of the S3 bucket that this file should be uploaded to.
|
String |
getInputUrl()
The URL of the file that contains the data to upload.
|
String |
getKey()
The key for the S3 object that this file should be uploaded to.
|
Map<String,String> |
getUserMetadata()
User metadata.
|
int |
hashCode() |
void |
setBucket(String bucket)
The name of the S3 bucket that this file should be uploaded to.
|
void |
setInputUrl(String inputUrl)
The URL of the file that contains the data to upload.
|
void |
setKey(String key)
The key for the S3 object that this file should be uploaded to.
|
void |
setUserMetadata(Map<String,String> userMetadata)
User metadata.
|
String |
toString() |
S3ExportTaskDefinition |
withBucket(String bucket) |
S3ExportTaskDefinition |
withInputUrl(String inputUrl) |
S3ExportTaskDefinition |
withKey(String key) |
S3ExportTaskDefinition |
withUserMetadata(Map<String,String> userMetadata) |
public S3ExportTaskDefinition()
public String getInputUrl()
public void setInputUrl(String inputUrl)
public S3ExportTaskDefinition withInputUrl(String inputUrl)
public String getBucket()
public void setBucket(String bucket)
public S3ExportTaskDefinition withBucket(String bucket)
public String getKey()
public void setKey(String key)
public S3ExportTaskDefinition withKey(String key)
public Map<String,String> getUserMetadata()
public void setUserMetadata(Map<String,String> userMetadata)
public S3ExportTaskDefinition withUserMetadata(Map<String,String> userMetadata)