public static interface CreateRobotApplicationVersionResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<CreateRobotApplicationVersionResponse.Builder,CreateRobotApplicationVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateRobotApplicationVersionResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the robot application.
|
default CreateRobotApplicationVersionResponse.Builder |
environment(Consumer<Environment.Builder> environment)
The object that contains the Docker image URI used to create your robot application.
|
CreateRobotApplicationVersionResponse.Builder |
environment(Environment environment)
The object that contains the Docker image URI used to create your robot application.
|
CreateRobotApplicationVersionResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the robot application was last updated.
|
CreateRobotApplicationVersionResponse.Builder |
name(String name)
The name of the robot application.
|
CreateRobotApplicationVersionResponse.Builder |
revisionId(String revisionId)
The revision id of the robot application.
|
default CreateRobotApplicationVersionResponse.Builder |
robotSoftwareSuite(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite)
The robot software suite (ROS distribution) used by the robot application.
|
CreateRobotApplicationVersionResponse.Builder |
robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite (ROS distribution) used by the robot application.
|
CreateRobotApplicationVersionResponse.Builder |
sources(Collection<Source> sources)
The sources of the robot application.
|
CreateRobotApplicationVersionResponse.Builder |
sources(Consumer<Source.Builder>... sources)
The sources of the robot application.
|
CreateRobotApplicationVersionResponse.Builder |
sources(Source... sources)
The sources of the robot application.
|
CreateRobotApplicationVersionResponse.Builder |
version(String version)
The version of the robot application.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method 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 (ROS distribution) used by the robot application.
robotSoftwareSuite - The robot software suite (ROS distribution) used by the robot application.default CreateRobotApplicationVersionResponse.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)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.CreateRobotApplicationVersionResponse.Builder environment(Environment environment)
The object that contains the Docker image URI used to create your robot application.
environment - The object that contains the Docker image URI used to create your robot application.default CreateRobotApplicationVersionResponse.Builder environment(Consumer<Environment.Builder> environment)
The object that contains the Docker image URI used to create 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)Copyright © 2022. All rights reserved.