public static interface CreateRobotApplicationRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateRobotApplicationRequest.Builder,CreateRobotApplicationRequest>
buildoverrideConfigurationcopyapplyMutation, 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 used by the robot application.
robotSoftwareSuite - The robot software suite used by the robot application.default CreateRobotApplicationRequest.Builder robotSoftwareSuite(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite)
The robot software suite 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateRobotApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.