public static interface UpdateRobotApplicationRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateRobotApplicationRequest.Builder,UpdateRobotApplicationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRobotApplicationRequest.Builder application(String application)
The application information for the robot application.
application - The application information for the robot application.UpdateRobotApplicationRequest.Builder sources(Collection<SourceConfig> sources)
The sources of the robot application.
sources - The sources of the robot application.UpdateRobotApplicationRequest.Builder sources(SourceConfig... sources)
The sources of the robot application.
sources - The sources of the robot application.UpdateRobotApplicationRequest.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) UpdateRobotApplicationRequest.Builder robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite (ROS distribution) used by the robot application.
robotSoftwareSuite - The robot software suite (ROS distribution) used by the robot application.default UpdateRobotApplicationRequest.Builder robotSoftwareSuite(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite)
The robot software suite (ROS distribution) 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)UpdateRobotApplicationRequest.Builder currentRevisionId(String currentRevisionId)
The revision id for the robot application.
currentRevisionId - The revision id for the robot application.UpdateRobotApplicationRequest.Builder environment(Environment environment)
The object that contains the Docker image URI for your robot application.
environment - The object that contains the Docker image URI for your robot application.default UpdateRobotApplicationRequest.Builder environment(Consumer<Environment.Builder> environment)
The object that contains the Docker image URI 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)UpdateRobotApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRobotApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.