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