@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataSource extends Object implements Serializable, Cloneable, StructuredPojo
Describes the data source that contains the data to upload to a dataset.
| Constructor and Description | 
|---|
DataSource()  | 
| Modifier and Type | Method and Description | 
|---|---|
DataSource | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getDataLocation()
 The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setDataLocation(String dataLocation)
 The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DataSource | 
withDataLocation(String dataLocation)
 The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. 
 | 
public void setDataLocation(String dataLocation)
The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:
 s3://bucket-name/folder-name/
 
dataLocation - The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For
        example: 
        
        s3://bucket-name/folder-name/
public String getDataLocation()
The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:
 s3://bucket-name/folder-name/
 
         s3://bucket-name/folder-name/
public DataSource withDataLocation(String dataLocation)
The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:
 s3://bucket-name/folder-name/
 
dataLocation - The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For
        example: 
        
        s3://bucket-name/folder-name/
public String toString()
toString in class ObjectObject.toString()public DataSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.