| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
SourceConfig |
SourceConfig.clone() |
SourceConfig |
SourceConfig.withArchitecture(Architecture architecture)
The target processor architecture for the application.
|
SourceConfig |
SourceConfig.withArchitecture(String architecture)
The target processor architecture for the application.
|
SourceConfig |
SourceConfig.withS3Bucket(String s3Bucket)
The Amazon S3 bucket name.
|
SourceConfig |
SourceConfig.withS3Key(String s3Key)
The s3 object key.
|
| Modifier and Type | Method and Description |
|---|---|
List<SourceConfig> |
UpdateRobotApplicationRequest.getSources()
The sources of the robot application.
|
List<SourceConfig> |
CreateSimulationApplicationRequest.getSources()
The sources of the simulation application.
|
List<SourceConfig> |
CreateRobotApplicationRequest.getSources()
The sources of the robot application.
|
List<SourceConfig> |
UpdateSimulationApplicationRequest.getSources()
The sources of the simulation application.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRobotApplicationRequest |
UpdateRobotApplicationRequest.withSources(SourceConfig... sources)
The sources of the robot application.
|
CreateSimulationApplicationRequest |
CreateSimulationApplicationRequest.withSources(SourceConfig... sources)
The sources of the simulation application.
|
CreateRobotApplicationRequest |
CreateRobotApplicationRequest.withSources(SourceConfig... sources)
The sources of the robot application.
|
UpdateSimulationApplicationRequest |
UpdateSimulationApplicationRequest.withSources(SourceConfig... sources)
The sources of the simulation application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRobotApplicationRequest.setSources(Collection<SourceConfig> sources)
The sources of the robot application.
|
void |
CreateSimulationApplicationRequest.setSources(Collection<SourceConfig> sources)
The sources of the simulation application.
|
void |
CreateRobotApplicationRequest.setSources(Collection<SourceConfig> sources)
The sources of the robot application.
|
void |
UpdateSimulationApplicationRequest.setSources(Collection<SourceConfig> sources)
The sources of the simulation application.
|
UpdateRobotApplicationRequest |
UpdateRobotApplicationRequest.withSources(Collection<SourceConfig> sources)
The sources of the robot application.
|
CreateSimulationApplicationRequest |
CreateSimulationApplicationRequest.withSources(Collection<SourceConfig> sources)
The sources of the simulation application.
|
CreateRobotApplicationRequest |
CreateRobotApplicationRequest.withSources(Collection<SourceConfig> sources)
The sources of the robot application.
|
UpdateSimulationApplicationRequest |
UpdateSimulationApplicationRequest.withSources(Collection<SourceConfig> sources)
The sources of the simulation application.
|
Copyright © 2023. All rights reserved.