public static interface CreateRobotApplicationRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateRobotApplicationRequest.Builder,CreateRobotApplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
default CreateRobotApplicationRequest.Builder |
environment(Consumer<Environment.Builder> environment)
The object that contains that URI of the Docker image that you use for your robot application.
|
CreateRobotApplicationRequest.Builder |
environment(Environment environment)
The object that contains that URI of the Docker image that you use for your robot application.
|
CreateRobotApplicationRequest.Builder |
name(String name)
The name of the robot application.
|
CreateRobotApplicationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateRobotApplicationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateRobotApplicationRequest.Builder |
robotSoftwareSuite(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite)
The robot software suite (ROS distribuition) used by the robot application.
|
CreateRobotApplicationRequest.Builder |
robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite (ROS distribuition) used by the robot application.
|
CreateRobotApplicationRequest.Builder |
sources(Collection<SourceConfig> sources)
The sources of the robot application.
|
CreateRobotApplicationRequest.Builder |
sources(Consumer<SourceConfig.Builder>... sources)
The sources of the robot application.
|
CreateRobotApplicationRequest.Builder |
sources(SourceConfig... sources)
The sources of the robot application.
|
CreateRobotApplicationRequest.Builder |
tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the robot application.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateRobotApplicationRequest.Builder name(String name)
The name of the robot application.
name - The name of the robot application.CreateRobotApplicationRequest.Builder sources(Collection<SourceConfig> sources)
The sources of the robot application.
sources - The sources of the robot application.CreateRobotApplicationRequest.Builder sources(SourceConfig... sources)
The sources of the robot application.
sources - The sources of the robot application.CreateRobotApplicationRequest.Builder sources(Consumer<SourceConfig.Builder>... sources)
The sources of the robot application.
This is a convenience method that creates an instance of theSourceConfig.Builder avoiding the need to create one
manually via SourceConfig.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
SourceConfig.Builder#sources(java.util.Collection) CreateRobotApplicationRequest.Builder robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite (ROS distribuition) used by the robot application.
robotSoftwareSuite - The robot software suite (ROS distribuition) used by the robot application.default CreateRobotApplicationRequest.Builder robotSoftwareSuite(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite)
The robot software suite (ROS distribuition) used by the robot application.
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)CreateRobotApplicationRequest.Builder tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the robot application.
tags - A map that contains tag keys and tag values that are attached to the robot application.CreateRobotApplicationRequest.Builder environment(Environment environment)
The object that contains that URI of the Docker image that you use for your robot application.
environment - The object that contains that URI of the Docker image that you use for your robot application.default CreateRobotApplicationRequest.Builder environment(Consumer<Environment.Builder> environment)
The object that contains that URI of the Docker image that you use for your robot 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)CreateRobotApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateRobotApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.