public static interface UpdateSimulationApplicationRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateSimulationApplicationRequest.Builder,UpdateSimulationApplicationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSimulationApplicationRequest.Builder application(String application)
The application information for the simulation application.
application - The application information for the simulation application.UpdateSimulationApplicationRequest.Builder sources(Collection<SourceConfig> sources)
The sources of the simulation application.
sources - The sources of the simulation application.UpdateSimulationApplicationRequest.Builder sources(SourceConfig... sources)
The sources of the simulation application.
sources - The sources of the simulation application.UpdateSimulationApplicationRequest.Builder sources(Consumer<SourceConfig.Builder>... sources)
The sources of the simulation application.
This is a convenience method that creates an instance of theSourceConfig.Builder avoiding the need to create one
manually via SourceConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #sources(List.
sources - a consumer that will call methods on
SourceConfig.Builder#sources(java.util.Collection) UpdateSimulationApplicationRequest.Builder simulationSoftwareSuite(SimulationSoftwareSuite simulationSoftwareSuite)
The simulation software suite used by the simulation application.
simulationSoftwareSuite - The simulation software suite used by the simulation application.default UpdateSimulationApplicationRequest.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.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)UpdateSimulationApplicationRequest.Builder robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
Information about the robot software suite (ROS distribution).
robotSoftwareSuite - Information about the robot software suite (ROS distribution).default UpdateSimulationApplicationRequest.Builder robotSoftwareSuite(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite)
Information about the robot software suite (ROS distribution).
This is a convenience method 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)UpdateSimulationApplicationRequest.Builder renderingEngine(RenderingEngine renderingEngine)
The rendering engine for the simulation application.
renderingEngine - The rendering engine for the simulation application.default UpdateSimulationApplicationRequest.Builder renderingEngine(Consumer<RenderingEngine.Builder> renderingEngine)
The rendering engine for the simulation application.
This is a convenience method 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)UpdateSimulationApplicationRequest.Builder currentRevisionId(String currentRevisionId)
The revision id for the robot application.
currentRevisionId - The revision id for the robot application.UpdateSimulationApplicationRequest.Builder environment(Environment environment)
The object that contains the Docker image URI for your simulation application.
environment - The object that contains the Docker image URI for your simulation application.default UpdateSimulationApplicationRequest.Builder environment(Consumer<Environment.Builder> environment)
The object that contains the Docker image URI for your simulation application.
This is a convenience method that creates an instance of theEnvironment.Builder avoiding the need to
create one manually via Environment.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to environment(Environment).
environment - a consumer that will call methods on Environment.Builderenvironment(Environment)UpdateSimulationApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSimulationApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.