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 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 CreateRobotApplicationVersionResponse.Builder |
CreateRobotApplicationVersionResponse.Builder.environment(Consumer<Environment.Builder> environment) |
The object that contains the Docker image URI used to create 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 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 CreateSimulationApplicationVersionResponse.Builder |
CreateSimulationApplicationVersionResponse.Builder.environment(Consumer<Environment.Builder> environment) |
The object that contains the Docker image URI used to create the simulation 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.
|
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 UpdateRobotApplicationRequest.Builder |
UpdateRobotApplicationRequest.Builder.environment(Consumer<Environment.Builder> environment) |
The object that contains the Docker image URI for your robot application.
|
default UpdateRobotApplicationResponse.Builder |
UpdateRobotApplicationResponse.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 UpdateSimulationApplicationResponse.Builder |
UpdateSimulationApplicationResponse.Builder.environment(Consumer<Environment.Builder> environment) |
The object that contains the Docker image URI used for your simulation application.
|