public static interface CreateRobotApplicationResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<CreateRobotApplicationResponse.Builder,CreateRobotApplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateRobotApplicationResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the robot application.
|
default CreateRobotApplicationResponse.Builder |
environment(Consumer<Environment.Builder> environment)
An object that contains the Docker image URI used to a create your robot application.
|
CreateRobotApplicationResponse.Builder |
environment(Environment environment)
An object that contains the Docker image URI used to a create your robot application.
|
CreateRobotApplicationResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the robot application was last updated.
|
CreateRobotApplicationResponse.Builder |
name(String name)
The name of the robot application.
|
CreateRobotApplicationResponse.Builder |
revisionId(String revisionId)
The revision id of the robot application.
|
default CreateRobotApplicationResponse.Builder |
robotSoftwareSuite(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite)
The robot software suite (ROS distribution) used by the robot application.
|
CreateRobotApplicationResponse.Builder |
robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite (ROS distribution) used by the robot application.
|
CreateRobotApplicationResponse.Builder |
sources(Collection<Source> sources)
The sources of the robot application.
|
CreateRobotApplicationResponse.Builder |
sources(Consumer<Source.Builder>... sources)
The sources of the robot application.
|
CreateRobotApplicationResponse.Builder |
sources(Source... sources)
The sources of the robot application.
|
CreateRobotApplicationResponse.Builder |
tags(Map<String,String> tags)
The list of all tags added to the robot application.
|
CreateRobotApplicationResponse.Builder |
version(String version)
The version of the robot application.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateRobotApplicationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the robot application.
arn - The Amazon Resource Name (ARN) of the robot application.CreateRobotApplicationResponse.Builder name(String name)
The name of the robot application.
name - The name of the robot application.CreateRobotApplicationResponse.Builder version(String version)
The version of the robot application.
version - The version of the robot application.CreateRobotApplicationResponse.Builder sources(Collection<Source> sources)
The sources of the robot application.
sources - The sources of the robot application.CreateRobotApplicationResponse.Builder sources(Source... sources)
The sources of the robot application.
sources - The sources of the robot application.CreateRobotApplicationResponse.Builder sources(Consumer<Source.Builder>... sources)
The sources of the robot application.
This is a convenience method that creates an instance of theSource.Builder avoiding the need to create one
manually via Source.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #sources(List.
sources - a consumer that will call methods on
Source.Builder#sources(java.util.Collection) CreateRobotApplicationResponse.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 CreateRobotApplicationResponse.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)CreateRobotApplicationResponse.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.CreateRobotApplicationResponse.Builder revisionId(String revisionId)
The revision id of the robot application.
revisionId - The revision id of the robot application.CreateRobotApplicationResponse.Builder tags(Map<String,String> tags)
The list of all tags added to the robot application.
tags - The list of all tags added to the robot application.CreateRobotApplicationResponse.Builder environment(Environment environment)
An object that contains the Docker image URI used to a create your robot application.
environment - An object that contains the Docker image URI used to a create your robot application.default CreateRobotApplicationResponse.Builder environment(Consumer<Environment.Builder> environment)
An object that contains the Docker image URI used to a 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 © 2023. All rights reserved.