static DataSource.Builder |
DataSource.builder() |
|
DataSource.Builder |
DataSource.Builder.destination(String destination) |
The location where your files are mounted in the container image.
|
DataSource.Builder |
DataSource.Builder.name(String name) |
The name of the data source.
|
DataSource.Builder |
DataSource.Builder.s3Bucket(String s3Bucket) |
The S3 bucket where the data files are located.
|
DataSource.Builder |
DataSource.Builder.s3Keys(Collection<S3KeyOutput> s3Keys) |
The list of S3 keys identifying the data source files.
|
DataSource.Builder |
DataSource.Builder.s3Keys(Consumer<S3KeyOutput.Builder>... s3Keys) |
The list of S3 keys identifying the data source files.
|
DataSource.Builder |
DataSource.Builder.s3Keys(S3KeyOutput... s3Keys) |
The list of S3 keys identifying the data source files.
|
DataSource.Builder |
DataSource.toBuilder() |
|
DataSource.Builder |
DataSource.Builder.type(String type) |
The data type for the data source that you're using for your container image or simulation job.
|
DataSource.Builder |
DataSource.Builder.type(DataSourceType type) |
The data type for the data source that you're using for your container image or simulation job.
|