Interface DescribeSimulationApplicationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeSimulationApplicationResponse.Builder,DescribeSimulationApplicationResponse>,RoboMakerResponse.Builder,SdkBuilder<DescribeSimulationApplicationResponse.Builder,DescribeSimulationApplicationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeSimulationApplicationResponse
public static interface DescribeSimulationApplicationResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeSimulationApplicationResponse.Builder,DescribeSimulationApplicationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeSimulationApplicationResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the robot simulation application.default DescribeSimulationApplicationResponse.Builderenvironment(Consumer<Environment.Builder> environment)The object that contains the Docker image URI used to create the simulation application.DescribeSimulationApplicationResponse.Builderenvironment(Environment environment)The object that contains the Docker image URI used to create the simulation application.DescribeSimulationApplicationResponse.BuilderimageDigest(String imageDigest)A SHA256 identifier for the Docker image that you use for your simulation application.DescribeSimulationApplicationResponse.BuilderlastUpdatedAt(Instant lastUpdatedAt)The time, in milliseconds since the epoch, when the simulation application was last updated.DescribeSimulationApplicationResponse.Buildername(String name)The name of the simulation application.default DescribeSimulationApplicationResponse.BuilderrenderingEngine(Consumer<RenderingEngine.Builder> renderingEngine)The rendering engine for the simulation application.DescribeSimulationApplicationResponse.BuilderrenderingEngine(RenderingEngine renderingEngine)The rendering engine for the simulation application.DescribeSimulationApplicationResponse.BuilderrevisionId(String revisionId)The revision id of the simulation application.default DescribeSimulationApplicationResponse.BuilderrobotSoftwareSuite(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite)Information about the robot software suite (ROS distribution).DescribeSimulationApplicationResponse.BuilderrobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)Information about the robot software suite (ROS distribution).default DescribeSimulationApplicationResponse.BuildersimulationSoftwareSuite(Consumer<SimulationSoftwareSuite.Builder> simulationSoftwareSuite)The simulation software suite used by the simulation application.DescribeSimulationApplicationResponse.BuildersimulationSoftwareSuite(SimulationSoftwareSuite simulationSoftwareSuite)The simulation software suite used by the simulation application.DescribeSimulationApplicationResponse.Buildersources(Collection<Source> sources)The sources of the simulation application.DescribeSimulationApplicationResponse.Buildersources(Consumer<Source.Builder>... sources)The sources of the simulation application.DescribeSimulationApplicationResponse.Buildersources(Source... sources)The sources of the simulation application.DescribeSimulationApplicationResponse.Buildertags(Map<String,String> tags)The list of all tags added to the specified simulation application.DescribeSimulationApplicationResponse.Builderversion(String version)The version of the simulation application.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.robomaker.model.RoboMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
DescribeSimulationApplicationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the robot simulation application.
- Parameters:
arn- The Amazon Resource Name (ARN) of the robot simulation application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
DescribeSimulationApplicationResponse.Builder name(String name)
The 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.
-
version
DescribeSimulationApplicationResponse.Builder version(String version)
The version of the simulation application.
- Parameters:
version- The version of the simulation application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
DescribeSimulationApplicationResponse.Builder sources(Collection<Source> 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
DescribeSimulationApplicationResponse.Builder sources(Source... 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
DescribeSimulationApplicationResponse.Builder sources(Consumer<Source.Builder>... sources)
The 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 to#sources(List.) - Parameters:
sources- a consumer that will call methods onSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#sources(java.util.Collection)
-
simulationSoftwareSuite
DescribeSimulationApplicationResponse.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 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.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
DescribeSimulationApplicationResponse.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 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.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
DescribeSimulationApplicationResponse.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 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.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)
-
revisionId
DescribeSimulationApplicationResponse.Builder revisionId(String revisionId)
The 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.
-
lastUpdatedAt
DescribeSimulationApplicationResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The 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.
-
tags
DescribeSimulationApplicationResponse.Builder tags(Map<String,String> tags)
The list of all tags added to the specified simulation application.
- Parameters:
tags- The list of all tags added to the specified simulation application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environment
DescribeSimulationApplicationResponse.Builder environment(Environment environment)
The object that contains the Docker image URI used to create the simulation application.
- Parameters:
environment- The object that contains the Docker image URI used to create the simulation application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environment
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.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)
-
imageDigest
DescribeSimulationApplicationResponse.Builder imageDigest(String imageDigest)
A SHA256 identifier for the Docker image that you use for your simulation application.
- Parameters:
imageDigest- A SHA256 identifier for the Docker image that you use for your simulation application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-