public static interface DataSourceConfig.Builder extends SdkPojo, CopyableBuilder<DataSourceConfig.Builder,DataSourceConfig>
| Modifier and Type | Method and Description |
|---|---|
DataSourceConfig.Builder |
destination(String destination)
The location where your files are mounted in the container image.
|
DataSourceConfig.Builder |
name(String name)
The name of the data source.
|
DataSourceConfig.Builder |
s3Bucket(String s3Bucket)
The S3 bucket where the data files are located.
|
DataSourceConfig.Builder |
s3Keys(Collection<String> s3Keys)
The list of S3 keys identifying the data source files.
|
DataSourceConfig.Builder |
s3Keys(String... s3Keys)
The list of S3 keys identifying the data source files.
|
DataSourceConfig.Builder |
type(DataSourceType type)
The data type for the data source that you're using for your container image or simulation job.
|
DataSourceConfig.Builder |
type(String type)
The data type for the data source that you're using for your container image or simulation job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataSourceConfig.Builder name(String name)
The name of the data source.
name - The name of the data source.DataSourceConfig.Builder s3Bucket(String s3Bucket)
The S3 bucket where the data files are located.
s3Bucket - The S3 bucket where the data files are located.DataSourceConfig.Builder s3Keys(Collection<String> s3Keys)
The list of S3 keys identifying the data source files.
s3Keys - The list of S3 keys identifying the data source files.DataSourceConfig.Builder s3Keys(String... s3Keys)
The list of S3 keys identifying the data source files.
s3Keys - The list of S3 keys identifying the data source files.DataSourceConfig.Builder type(String type)
The data type for the data source that you're using for your container image or simulation job. You can use this field to specify whether your data source is an Archive, an Amazon S3 prefix, or a file.
If you don't specify a field, the default value is File.
type - The data type for the data source that you're using for your container image or simulation job. You
can use this field to specify whether your data source is an Archive, an Amazon S3 prefix, or a
file.
If you don't specify a field, the default value is File.
DataSourceType,
DataSourceTypeDataSourceConfig.Builder type(DataSourceType type)
The data type for the data source that you're using for your container image or simulation job. You can use this field to specify whether your data source is an Archive, an Amazon S3 prefix, or a file.
If you don't specify a field, the default value is File.
type - The data type for the data source that you're using for your container image or simulation job. You
can use this field to specify whether your data source is an Archive, an Amazon S3 prefix, or a
file.
If you don't specify a field, the default value is File.
DataSourceType,
DataSourceTypeDataSourceConfig.Builder destination(String destination)
The location where your files are mounted in the container image.
If you've specified the type of the data source as an Archive, you must provide an
Amazon S3 object key to your archive. The object key must point to either a .zip or
.tar.gz file.
If you've specified the type of the data source as a Prefix, you provide the Amazon
S3 prefix that points to the files that you are using for your data source.
If you've specified the type of the data source as a File, you provide the Amazon
S3 path to the file that you're using as your data source.
destination - The location where your files are mounted in the container image.
If you've specified the type of the data source as an Archive, you must
provide an Amazon S3 object key to your archive. The object key must point to either a
.zip or .tar.gz file.
If you've specified the type of the data source as a Prefix, you provide the
Amazon S3 prefix that points to the files that you are using for your data source.
If you've specified the type of the data source as a File, you provide the
Amazon S3 path to the file that you're using as your data source.
Copyright © 2022. All rights reserved.