@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/training-data.csv
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/training-data.csv
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/training-data.csv
s3://bucket-name/training-data.csv
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/training-data.csv
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/training-data.csv
public String toString()
toString
in class Object
Object.toString()
public DataSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.