public static interface UpdateSimulationApplicationResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<UpdateSimulationApplicationResponse.Builder,UpdateSimulationApplicationResponse>
Modifier and Type | Method and Description |
---|---|
UpdateSimulationApplicationResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the updated simulation application.
|
UpdateSimulationApplicationResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation application was last updated.
|
UpdateSimulationApplicationResponse.Builder |
name(String name)
The name of the simulation application.
|
default UpdateSimulationApplicationResponse.Builder |
renderingEngine(Consumer<RenderingEngine.Builder> renderingEngine)
The rendering engine for the simulation application.
|
UpdateSimulationApplicationResponse.Builder |
renderingEngine(RenderingEngine renderingEngine)
The rendering engine for the simulation application.
|
UpdateSimulationApplicationResponse.Builder |
revisionId(String revisionId)
The revision id of the simulation application.
|
default UpdateSimulationApplicationResponse.Builder |
robotSoftwareSuite(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite)
Information about the robot software suite.
|
UpdateSimulationApplicationResponse.Builder |
robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
Information about the robot software suite.
|
default UpdateSimulationApplicationResponse.Builder |
simulationSoftwareSuite(Consumer<SimulationSoftwareSuite.Builder> simulationSoftwareSuite)
The simulation software suite used by the simulation application.
|
UpdateSimulationApplicationResponse.Builder |
simulationSoftwareSuite(SimulationSoftwareSuite simulationSoftwareSuite)
The simulation software suite used by the simulation application.
|
UpdateSimulationApplicationResponse.Builder |
sources(Collection<Source> sources)
The sources of the simulation application.
|
UpdateSimulationApplicationResponse.Builder |
sources(Consumer<Source.Builder>... sources)
The sources of the simulation application.
|
UpdateSimulationApplicationResponse.Builder |
sources(Source... sources)
The sources of the simulation application.
|
UpdateSimulationApplicationResponse.Builder |
version(String version)
The version of the robot application.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdateSimulationApplicationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the updated simulation application.
arn
- The Amazon Resource Name (ARN) of the updated simulation application.UpdateSimulationApplicationResponse.Builder name(String name)
The name of the simulation application.
name
- The name of the simulation application.UpdateSimulationApplicationResponse.Builder version(String version)
The version of the robot application.
version
- The version of the robot application.UpdateSimulationApplicationResponse.Builder sources(Collection<Source> sources)
The sources of the simulation application.
sources
- The sources of the simulation application.UpdateSimulationApplicationResponse.Builder sources(Source... sources)
The sources of the simulation application.
sources
- The sources of the simulation application.UpdateSimulationApplicationResponse.Builder sources(Consumer<Source.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)
UpdateSimulationApplicationResponse.Builder simulationSoftwareSuite(SimulationSoftwareSuite simulationSoftwareSuite)
The simulation software suite used by the simulation application.
simulationSoftwareSuite
- The simulation software suite used by the simulation application.default UpdateSimulationApplicationResponse.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.Builder
simulationSoftwareSuite(SimulationSoftwareSuite)
UpdateSimulationApplicationResponse.Builder robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
Information about the robot software suite.
robotSoftwareSuite
- Information about the robot software suite.default UpdateSimulationApplicationResponse.Builder robotSoftwareSuite(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite)
Information about the robot software suite.
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.Builder
robotSoftwareSuite(RobotSoftwareSuite)
UpdateSimulationApplicationResponse.Builder renderingEngine(RenderingEngine renderingEngine)
The rendering engine for the simulation application.
renderingEngine
- The rendering engine for the simulation application.default UpdateSimulationApplicationResponse.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.Builder
renderingEngine(RenderingEngine)
UpdateSimulationApplicationResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation application was last updated.
lastUpdatedAt
- The time, in milliseconds since the epoch, when the simulation application was last updated.UpdateSimulationApplicationResponse.Builder revisionId(String revisionId)
The revision id of the simulation application.
revisionId
- The revision id of the simulation application.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.