Interface UpdateSimulationApplicationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<UpdateSimulationApplicationResponse.Builder,,- UpdateSimulationApplicationResponse> - RoboMakerResponse.Builder,- SdkBuilder<UpdateSimulationApplicationResponse.Builder,,- UpdateSimulationApplicationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpdateSimulationApplicationResponse
- 
Method SummaryModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the updated simulation application.environment(Consumer<Environment.Builder> environment) The object that contains the Docker image URI used for your simulation application.environment(Environment environment) The object that contains the Docker image URI used for your simulation application.lastUpdatedAt(Instant lastUpdatedAt) The time, in milliseconds since the epoch, when the simulation application was last updated.The name of the simulation application.renderingEngine(Consumer<RenderingEngine.Builder> renderingEngine) The rendering engine for the simulation application.renderingEngine(RenderingEngine renderingEngine) The rendering engine for the simulation application.revisionId(String revisionId) The revision id of the simulation application.robotSoftwareSuite(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite) Information about the robot software suite.robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite) Information about the robot software suite.simulationSoftwareSuite(Consumer<SimulationSoftwareSuite.Builder> simulationSoftwareSuite) The simulation software suite used by the simulation application.simulationSoftwareSuite(SimulationSoftwareSuite simulationSoftwareSuite) The simulation software suite used by the simulation application.sources(Collection<Source> sources) The sources of the simulation application.sources(Consumer<Source.Builder>... sources) The sources of the simulation application.The sources of the simulation application.The version of the robot application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.robomaker.model.RoboMakerResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
arnThe Amazon Resource Name (ARN) of the updated simulation application. - Parameters:
- arn- The Amazon Resource Name (ARN) of the updated simulation application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe 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.
 
- 
versionThe version of the robot application. - Parameters:
- version- The version of the robot application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourcesThe 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.
 
- 
sourcesThe 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.
 
- 
sourcesThe sources of the simulation application. This is a convenience method that creates an instance of theSource.Builderavoiding the need to create one manually viaSource.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosources(List<Source>).- Parameters:
- sources- a consumer that will call methods on- Source.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
simulationSoftwareSuiteUpdateSimulationApplicationResponse.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.
 
- 
simulationSoftwareSuitedefault UpdateSimulationApplicationResponse.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 on- SimulationSoftwareSuite.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
robotSoftwareSuiteUpdateSimulationApplicationResponse.Builder robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite) Information about the robot software suite. - Parameters:
- robotSoftwareSuite- Information about the robot software suite.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
robotSoftwareSuitedefault UpdateSimulationApplicationResponse.Builder robotSoftwareSuite(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite) Information about the robot software suite. 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 on- RobotSoftwareSuite.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
renderingEngineThe 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.
 
- 
renderingEnginedefault UpdateSimulationApplicationResponse.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 on- RenderingEngine.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
lastUpdatedAtThe time, in milliseconds since the epoch, when the simulation application was last updated. - Parameters:
- lastUpdatedAt- The time, in milliseconds since the epoch, when the simulation application was last updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
revisionIdThe revision id of the simulation application. - Parameters:
- revisionId- The revision id of the simulation application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
environmentThe object that contains the Docker image URI used for your simulation application. - Parameters:
- environment- The object that contains the Docker image URI used for your simulation application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
environmentdefault UpdateSimulationApplicationResponse.Builder environment(Consumer<Environment.Builder> environment) The object that contains the Docker image URI used 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 on- Environment.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-