Interface UpdateSimulationApplicationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSimulationApplicationRequest.Builder,UpdateSimulationApplicationRequest>,RoboMakerRequest.Builder,SdkBuilder<UpdateSimulationApplicationRequest.Builder,UpdateSimulationApplicationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateSimulationApplicationRequest
public static interface UpdateSimulationApplicationRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateSimulationApplicationRequest.Builder,UpdateSimulationApplicationRequest>
-
-
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
-
application
UpdateSimulationApplicationRequest.Builder application(String application)
The application information for the simulation application.
- Parameters:
application- The application information for the simulation application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
UpdateSimulationApplicationRequest.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
UpdateSimulationApplicationRequest.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
UpdateSimulationApplicationRequest.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
UpdateSimulationApplicationRequest.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 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.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
UpdateSimulationApplicationRequest.Builder robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
Information about the robot software suite (ROS distribution).
- Parameters:
robotSoftwareSuite- Information about the robot software suite (ROS distribution).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
robotSoftwareSuite
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.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
UpdateSimulationApplicationRequest.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 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.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)
-
currentRevisionId
UpdateSimulationApplicationRequest.Builder currentRevisionId(String currentRevisionId)
The revision id for the robot application.
- Parameters:
currentRevisionId- The revision id for the robot application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environment
UpdateSimulationApplicationRequest.Builder environment(Environment environment)
The object that contains the Docker image URI for your simulation application.
- Parameters:
environment- The object that contains the Docker image URI for your simulation application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environment
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.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
UpdateSimulationApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSimulationApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-