Interface CreateSimulationApplicationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateSimulationApplicationRequest.Builder,CreateSimulationApplicationRequest>,RoboMakerRequest.Builder,SdkBuilder<CreateSimulationApplicationRequest.Builder,CreateSimulationApplicationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateSimulationApplicationRequest
public static interface CreateSimulationApplicationRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateSimulationApplicationRequest.Builder,CreateSimulationApplicationRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.robomaker.model.RoboMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
CreateSimulationApplicationRequest.Builder name(String name)
The name of the simulation application.
- Parameters:
name- The name of the simulation application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
CreateSimulationApplicationRequest.Builder sources(Collection<SourceConfig> sources)
The sources of the simulation application.
- Parameters:
sources- The sources of the simulation application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
CreateSimulationApplicationRequest.Builder sources(SourceConfig... sources)
The sources of the simulation application.
- Parameters:
sources- The sources of the simulation application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
CreateSimulationApplicationRequest.Builder sources(Consumer<SourceConfig.Builder>... sources)
The sources of the simulation application.
This is a convenience method that creates an instance of theSourceConfig.Builderavoiding the need to create one manually viaSourceConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#sources(List.) - Parameters:
sources- a consumer that will call methods onSourceConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#sources(java.util.Collection)
-
simulationSoftwareSuite
CreateSimulationApplicationRequest.Builder simulationSoftwareSuite(SimulationSoftwareSuite simulationSoftwareSuite)
The simulation software suite used by the simulation application.
- Parameters:
simulationSoftwareSuite- The simulation software suite used by the simulation application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
simulationSoftwareSuite
default CreateSimulationApplicationRequest.Builder simulationSoftwareSuite(Consumer<SimulationSoftwareSuite.Builder> simulationSoftwareSuite)
The simulation software suite used by the simulation application.
This is a convenience method that creates an instance of theSimulationSoftwareSuite.Builderavoiding the need to create one manually viaSimulationSoftwareSuite.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosimulationSoftwareSuite(SimulationSoftwareSuite).- Parameters:
simulationSoftwareSuite- a consumer that will call methods onSimulationSoftwareSuite.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
simulationSoftwareSuite(SimulationSoftwareSuite)
-
robotSoftwareSuite
CreateSimulationApplicationRequest.Builder robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite (ROS distribution) used by the simulation application.
- Parameters:
robotSoftwareSuite- The robot software suite (ROS distribution) used by the simulation application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
robotSoftwareSuite
default CreateSimulationApplicationRequest.Builder robotSoftwareSuite(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite)
The robot software suite (ROS distribution) used by the simulation application.
This is a convenience method that creates an instance of theRobotSoftwareSuite.Builderavoiding the need to create one manually viaRobotSoftwareSuite.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torobotSoftwareSuite(RobotSoftwareSuite).- Parameters:
robotSoftwareSuite- a consumer that will call methods onRobotSoftwareSuite.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
robotSoftwareSuite(RobotSoftwareSuite)
-
renderingEngine
CreateSimulationApplicationRequest.Builder renderingEngine(RenderingEngine renderingEngine)
The rendering engine for the simulation application.
- Parameters:
renderingEngine- The rendering engine for the simulation application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
renderingEngine
default CreateSimulationApplicationRequest.Builder renderingEngine(Consumer<RenderingEngine.Builder> renderingEngine)
The rendering engine for the simulation application.
This is a convenience method that creates an instance of theRenderingEngine.Builderavoiding the need to create one manually viaRenderingEngine.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torenderingEngine(RenderingEngine).- Parameters:
renderingEngine- a consumer that will call methods onRenderingEngine.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
renderingEngine(RenderingEngine)
-
tags
CreateSimulationApplicationRequest.Builder tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the simulation application.
- Parameters:
tags- A map that contains tag keys and tag values that are attached to the simulation application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environment
CreateSimulationApplicationRequest.Builder environment(Environment environment)
The object that contains the Docker image URI used to create your simulation application.
- Parameters:
environment- The object that contains the Docker image URI used to create your simulation application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environment
default CreateSimulationApplicationRequest.Builder environment(Consumer<Environment.Builder> environment)
The object that contains the Docker image URI used to create your simulation application.
This is a convenience method that creates an instance of theEnvironment.Builderavoiding the need to create one manually viaEnvironment.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toenvironment(Environment).- Parameters:
environment- a consumer that will call methods onEnvironment.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
environment(Environment)
-
overrideConfiguration
CreateSimulationApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateSimulationApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-