public static interface CreateRobotApplicationVersionResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<CreateRobotApplicationVersionResponse.Builder,CreateRobotApplicationVersionResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateRobotApplicationVersionResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the robot application.
arn - The Amazon Resource Name (ARN) of the robot application.CreateRobotApplicationVersionResponse.Builder name(String name)
The name of the robot application.
name - The name of the robot application.CreateRobotApplicationVersionResponse.Builder version(String version)
The version of the robot application.
version - The version of the robot application.CreateRobotApplicationVersionResponse.Builder sources(Collection<Source> sources)
The sources of the robot application.
sources - The sources of the robot application.CreateRobotApplicationVersionResponse.Builder sources(Source... sources)
The sources of the robot application.
sources - The sources of the robot application.CreateRobotApplicationVersionResponse.Builder sources(Consumer<Source.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) CreateRobotApplicationVersionResponse.Builder robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite used by the robot application.
robotSoftwareSuite - The robot software suite used by the robot application.default CreateRobotApplicationVersionResponse.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)CreateRobotApplicationVersionResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the robot application was last updated.
lastUpdatedAt - The time, in milliseconds since the epoch, when the robot application was last updated.CreateRobotApplicationVersionResponse.Builder revisionId(String revisionId)
The revision id of the robot application.
revisionId - The revision id of the robot application.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.