public static interface CreateRobotApplicationRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateRobotApplicationRequest.Builder,CreateRobotApplicationRequest>
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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #sources(List) .sources - a consumer that will call methods on List.Builder #sources(List) 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 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateRobotApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.