public static interface CreateSimulationApplicationRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateSimulationApplicationRequest.Builder,CreateSimulationApplicationRequest>
buildoverrideConfigurationcopyapplyMutation, buildCreateSimulationApplicationRequest.Builder name(String name)
The name of the simulation application.
name - The name of the simulation application.CreateSimulationApplicationRequest.Builder sources(Collection<SourceConfig> sources)
The sources of the simulation application.
sources - The sources of the simulation application.CreateSimulationApplicationRequest.Builder sources(SourceConfig... sources)
The sources of the simulation application.
sources - The sources of the simulation application.CreateSimulationApplicationRequest.Builder sources(Consumer<SourceConfig.Builder>... sources)
The sources of the simulation application.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #sources(List) .sources - a consumer that will call methods on List.Builder #sources(List) CreateSimulationApplicationRequest.Builder simulationSoftwareSuite(SimulationSoftwareSuite simulationSoftwareSuite)
The simulation software suite used by the simulation application.
simulationSoftwareSuite - The simulation software suite used by the simulation application.default CreateSimulationApplicationRequest.Builder simulationSoftwareSuite(Consumer<SimulationSoftwareSuite.Builder> simulationSoftwareSuite)
The simulation software suite used by the simulation application.
This is a convenience that creates an instance of theSimulationSoftwareSuite.Builder avoiding the
need to create one manually via SimulationSoftwareSuite.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to simulationSoftwareSuite(SimulationSoftwareSuite).simulationSoftwareSuite - a consumer that will call methods on SimulationSoftwareSuite.BuildersimulationSoftwareSuite(SimulationSoftwareSuite)CreateSimulationApplicationRequest.Builder robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite of the simulation application.
robotSoftwareSuite - The robot software suite of the simulation application.default CreateSimulationApplicationRequest.Builder robotSoftwareSuite(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite)
The robot software suite of the simulation application.
This is a convenience that creates an instance of theRobotSoftwareSuite.Builder avoiding the need to
create one manually via RobotSoftwareSuite.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to robotSoftwareSuite(RobotSoftwareSuite).robotSoftwareSuite - a consumer that will call methods on RobotSoftwareSuite.BuilderrobotSoftwareSuite(RobotSoftwareSuite)CreateSimulationApplicationRequest.Builder renderingEngine(RenderingEngine renderingEngine)
The rendering engine for the simulation application.
renderingEngine - The rendering engine for the simulation application.default CreateSimulationApplicationRequest.Builder renderingEngine(Consumer<RenderingEngine.Builder> renderingEngine)
The rendering engine for the simulation application.
This is a convenience that creates an instance of theRenderingEngine.Builder avoiding the need to
create one manually via RenderingEngine.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to renderingEngine(RenderingEngine).renderingEngine - a consumer that will call methods on RenderingEngine.BuilderrenderingEngine(RenderingEngine)CreateSimulationApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateSimulationApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.