| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
static Environment.Builder |
Environment.builder() |
Environment.Builder |
Environment.toBuilder() |
Environment.Builder |
Environment.Builder.uri(String uri)
The Docker image URI for either your robot or simulation applications.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Environment.Builder> |
Environment.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateSimulationApplicationResponse.Builder |
UpdateSimulationApplicationResponse.Builder.environment(Consumer<Environment.Builder> environment)
The object that contains the Docker image URI used for your simulation application.
|
default UpdateRobotApplicationRequest.Builder |
UpdateRobotApplicationRequest.Builder.environment(Consumer<Environment.Builder> environment)
The object that contains the Docker image URI for your robot application.
|
default UpdateSimulationApplicationRequest.Builder |
UpdateSimulationApplicationRequest.Builder.environment(Consumer<Environment.Builder> environment)
The object that contains the Docker image URI for your simulation application.
|
default DescribeSimulationApplicationResponse.Builder |
DescribeSimulationApplicationResponse.Builder.environment(Consumer<Environment.Builder> environment)
The object that contains the Docker image URI used to create the simulation application.
|
default UpdateRobotApplicationResponse.Builder |
UpdateRobotApplicationResponse.Builder.environment(Consumer<Environment.Builder> environment)
The object that contains the Docker image URI for your robot application.
|
default CreateSimulationApplicationRequest.Builder |
CreateSimulationApplicationRequest.Builder.environment(Consumer<Environment.Builder> environment)
The object that contains the Docker image URI used to create your simulation application.
|
default CreateRobotApplicationVersionResponse.Builder |
CreateRobotApplicationVersionResponse.Builder.environment(Consumer<Environment.Builder> environment)
The object that contains the Docker image URI used to create your robot application.
|
default CreateSimulationApplicationResponse.Builder |
CreateSimulationApplicationResponse.Builder.environment(Consumer<Environment.Builder> environment)
The object that contains the Docker image URI that you used to create your simulation application.
|
default CreateRobotApplicationRequest.Builder |
CreateRobotApplicationRequest.Builder.environment(Consumer<Environment.Builder> environment)
The object that contains that URI of the Docker image that you use for your robot application.
|
default CreateSimulationApplicationVersionResponse.Builder |
CreateSimulationApplicationVersionResponse.Builder.environment(Consumer<Environment.Builder> environment)
The object that contains the Docker image URI used to create the simulation application.
|
default CreateRobotApplicationResponse.Builder |
CreateRobotApplicationResponse.Builder.environment(Consumer<Environment.Builder> environment)
An object that contains the Docker image URI used to a create your robot application.
|
default DescribeRobotApplicationResponse.Builder |
DescribeRobotApplicationResponse.Builder.environment(Consumer<Environment.Builder> environment)
The object that contains the Docker image URI used to create the robot application.
|
Copyright © 2022. All rights reserved.