public static interface DescribeSimulationApplicationResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeSimulationApplicationResponse.Builder,DescribeSimulationApplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSimulationApplicationResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the robot simulation application.
|
default DescribeSimulationApplicationResponse.Builder |
environment(Consumer<Environment.Builder> environment)
The object that contains the Docker image URI used to create the simulation application.
|
DescribeSimulationApplicationResponse.Builder |
environment(Environment environment)
The object that contains the Docker image URI used to create the simulation application.
|
DescribeSimulationApplicationResponse.Builder |
imageDigest(String imageDigest)
A SHA256 identifier for the Docker image that you use for your simulation application.
|
DescribeSimulationApplicationResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation application was last updated.
|
DescribeSimulationApplicationResponse.Builder |
name(String name)
The name of the simulation application.
|
default DescribeSimulationApplicationResponse.Builder |
renderingEngine(Consumer<RenderingEngine.Builder> renderingEngine)
The rendering engine for the simulation application.
|
DescribeSimulationApplicationResponse.Builder |
renderingEngine(RenderingEngine renderingEngine)
The rendering engine for the simulation application.
|
DescribeSimulationApplicationResponse.Builder |
revisionId(String revisionId)
The revision id of the simulation application.
|
default DescribeSimulationApplicationResponse.Builder |
robotSoftwareSuite(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite)
Information about the robot software suite (ROS distribution).
|
DescribeSimulationApplicationResponse.Builder |
robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
Information about the robot software suite (ROS distribution).
|
default DescribeSimulationApplicationResponse.Builder |
simulationSoftwareSuite(Consumer<SimulationSoftwareSuite.Builder> simulationSoftwareSuite)
The simulation software suite used by the simulation application.
|
DescribeSimulationApplicationResponse.Builder |
simulationSoftwareSuite(SimulationSoftwareSuite simulationSoftwareSuite)
The simulation software suite used by the simulation application.
|
DescribeSimulationApplicationResponse.Builder |
sources(Collection<Source> sources)
The sources of the simulation application.
|
DescribeSimulationApplicationResponse.Builder |
sources(Consumer<Source.Builder>... sources)
The sources of the simulation application.
|
DescribeSimulationApplicationResponse.Builder |
sources(Source... sources)
The sources of the simulation application.
|
DescribeSimulationApplicationResponse.Builder |
tags(Map<String,String> tags)
The list of all tags added to the specified simulation application.
|
DescribeSimulationApplicationResponse.Builder |
version(String version)
The version of the simulation application.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSimulationApplicationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the robot simulation application.
arn - The Amazon Resource Name (ARN) of the robot simulation application.DescribeSimulationApplicationResponse.Builder name(String name)
The name of the simulation application.
name - The name of the simulation application.DescribeSimulationApplicationResponse.Builder version(String version)
The version of the simulation application.
version - The version of the simulation application.DescribeSimulationApplicationResponse.Builder sources(Collection<Source> sources)
The sources of the simulation application.
sources - The sources of the simulation application.DescribeSimulationApplicationResponse.Builder sources(Source... sources)
The sources of the simulation application.
sources - The sources of the simulation application.DescribeSimulationApplicationResponse.Builder sources(Consumer<Source.Builder>... sources)
The sources of the simulation application.
This is a convenience method that creates an instance of theSource.Builder avoiding the need to create one
manually via Source.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
Source.Builder#sources(java.util.Collection) DescribeSimulationApplicationResponse.Builder simulationSoftwareSuite(SimulationSoftwareSuite simulationSoftwareSuite)
The simulation software suite used by the simulation application.
simulationSoftwareSuite - The simulation software suite used by the simulation application.default DescribeSimulationApplicationResponse.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)DescribeSimulationApplicationResponse.Builder robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
Information about the robot software suite (ROS distribution).
robotSoftwareSuite - Information about the robot software suite (ROS distribution).default DescribeSimulationApplicationResponse.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)DescribeSimulationApplicationResponse.Builder renderingEngine(RenderingEngine renderingEngine)
The rendering engine for the simulation application.
renderingEngine - The rendering engine for the simulation application.default DescribeSimulationApplicationResponse.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)DescribeSimulationApplicationResponse.Builder revisionId(String revisionId)
The revision id of the simulation application.
revisionId - The revision id of the simulation application.DescribeSimulationApplicationResponse.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.DescribeSimulationApplicationResponse.Builder tags(Map<String,String> tags)
The list of all tags added to the specified simulation application.
tags - The list of all tags added to the specified simulation application.DescribeSimulationApplicationResponse.Builder environment(Environment environment)
The object that contains the Docker image URI used to create the simulation application.
environment - The object that contains the Docker image URI used to create the simulation application.default DescribeSimulationApplicationResponse.Builder environment(Consumer<Environment.Builder> environment)
The object that contains the Docker image URI used to create the 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)DescribeSimulationApplicationResponse.Builder imageDigest(String imageDigest)
A SHA256 identifier for the Docker image that you use for your simulation application.
imageDigest - A SHA256 identifier for the Docker image that you use for your simulation application.Copyright © 2023. All rights reserved.