| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
DataSource.clone() |
DataSource |
DataSource.withDestination(String destination)
The location where your files are mounted in the container image.
|
DataSource |
DataSource.withName(String name)
The name of the data source.
|
DataSource |
DataSource.withS3Bucket(String s3Bucket)
The S3 bucket where the data files are located.
|
DataSource |
DataSource.withS3Keys(Collection<S3KeyOutput> s3Keys)
The list of S3 keys identifying the data source files.
|
DataSource |
DataSource.withS3Keys(S3KeyOutput... s3Keys)
The list of S3 keys identifying the data source files.
|
DataSource |
DataSource.withType(DataSourceType type)
The data type for the data source that you're using for your container image or simulation job.
|
DataSource |
DataSource.withType(String type)
The data type for the data source that you're using for your container image or simulation job.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataSource> |
CreateSimulationJobResult.getDataSources()
The data sources for the simulation job.
|
List<DataSource> |
DescribeSimulationJobResult.getDataSources()
The data sources for the simulation job.
|
List<DataSource> |
SimulationJob.getDataSources()
The data sources for the simulation job.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSimulationJobResult |
CreateSimulationJobResult.withDataSources(DataSource... dataSources)
The data sources for the simulation job.
|
DescribeSimulationJobResult |
DescribeSimulationJobResult.withDataSources(DataSource... dataSources)
The data sources for the simulation job.
|
SimulationJob |
SimulationJob.withDataSources(DataSource... dataSources)
The data sources for the simulation job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateSimulationJobResult.setDataSources(Collection<DataSource> dataSources)
The data sources for the simulation job.
|
void |
DescribeSimulationJobResult.setDataSources(Collection<DataSource> dataSources)
The data sources for the simulation job.
|
void |
SimulationJob.setDataSources(Collection<DataSource> dataSources)
The data sources for the simulation job.
|
CreateSimulationJobResult |
CreateSimulationJobResult.withDataSources(Collection<DataSource> dataSources)
The data sources for the simulation job.
|
DescribeSimulationJobResult |
DescribeSimulationJobResult.withDataSources(Collection<DataSource> dataSources)
The data sources for the simulation job.
|
SimulationJob |
SimulationJob.withDataSources(Collection<DataSource> dataSources)
The data sources for the simulation job.
|
Copyright © 2023. All rights reserved.