Interface DescribeRobotApplicationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeRobotApplicationResponse.Builder,DescribeRobotApplicationResponse>,RoboMakerResponse.Builder,SdkBuilder<DescribeRobotApplicationResponse.Builder,DescribeRobotApplicationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeRobotApplicationResponse
public static interface DescribeRobotApplicationResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeRobotApplicationResponse.Builder,DescribeRobotApplicationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeRobotApplicationResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the robot application.default DescribeRobotApplicationResponse.Builderenvironment(Consumer<Environment.Builder> environment)The object that contains the Docker image URI used to create the robot application.DescribeRobotApplicationResponse.Builderenvironment(Environment environment)The object that contains the Docker image URI used to create the robot application.DescribeRobotApplicationResponse.BuilderimageDigest(String imageDigest)A SHA256 identifier for the Docker image that you use for your robot application.DescribeRobotApplicationResponse.BuilderlastUpdatedAt(Instant lastUpdatedAt)The time, in milliseconds since the epoch, when the robot application was last updated.DescribeRobotApplicationResponse.Buildername(String name)The name of the robot application.DescribeRobotApplicationResponse.BuilderrevisionId(String revisionId)The revision id of the robot application.default DescribeRobotApplicationResponse.BuilderrobotSoftwareSuite(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite)The robot software suite (ROS distribution) used by the robot application.DescribeRobotApplicationResponse.BuilderrobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)The robot software suite (ROS distribution) used by the robot application.DescribeRobotApplicationResponse.Buildersources(Collection<Source> sources)The sources of the robot application.DescribeRobotApplicationResponse.Buildersources(Consumer<Source.Builder>... sources)The sources of the robot application.DescribeRobotApplicationResponse.Buildersources(Source... sources)The sources of the robot application.DescribeRobotApplicationResponse.Buildertags(Map<String,String> tags)The list of all tags added to the specified robot application.DescribeRobotApplicationResponse.Builderversion(String version)The version of the robot application.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.robomaker.model.RoboMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
DescribeRobotApplicationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the robot application.
- Parameters:
arn- The Amazon Resource Name (ARN) of the robot application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
DescribeRobotApplicationResponse.Builder name(String name)
The name of the robot application.
- Parameters:
name- The name of the robot application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
DescribeRobotApplicationResponse.Builder version(String version)
The version of the robot application.
- Parameters:
version- The version of the robot application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
DescribeRobotApplicationResponse.Builder sources(Collection<Source> sources)
The sources of the robot application.
- Parameters:
sources- The sources of the robot application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
DescribeRobotApplicationResponse.Builder sources(Source... sources)
The sources of the robot application.
- Parameters:
sources- The sources of the robot application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
DescribeRobotApplicationResponse.Builder sources(Consumer<Source.Builder>... sources)
The sources of the robot application.
This is a convenience method that creates an instance of theSource.Builderavoiding the need to create one manually viaSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#sources(List.) - Parameters:
sources- a consumer that will call methods onSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#sources(java.util.Collection)
-
robotSoftwareSuite
DescribeRobotApplicationResponse.Builder robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite (ROS distribution) used by the robot application.
- Parameters:
robotSoftwareSuite- The robot software suite (ROS distribution) used by the robot application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
robotSoftwareSuite
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.Builderavoiding the need to create one manually viaRobotSoftwareSuite.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torobotSoftwareSuite(RobotSoftwareSuite).- Parameters:
robotSoftwareSuite- a consumer that will call methods onRobotSoftwareSuite.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
robotSoftwareSuite(RobotSoftwareSuite)
-
revisionId
DescribeRobotApplicationResponse.Builder revisionId(String revisionId)
The revision id of the robot application.
- Parameters:
revisionId- The revision id of the robot application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
DescribeRobotApplicationResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the robot application was last updated.
- Parameters:
lastUpdatedAt- The time, in milliseconds since the epoch, when the robot application was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
DescribeRobotApplicationResponse.Builder tags(Map<String,String> tags)
The list of all tags added to the specified robot application.
- Parameters:
tags- The list of all tags added to the specified robot application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environment
DescribeRobotApplicationResponse.Builder environment(Environment environment)
The object that contains the Docker image URI used to create the robot application.
- Parameters:
environment- The object that contains the Docker image URI used to create the robot application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environment
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.Builderavoiding the need to create one manually viaEnvironment.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toenvironment(Environment).- Parameters:
environment- a consumer that will call methods onEnvironment.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
environment(Environment)
-
imageDigest
DescribeRobotApplicationResponse.Builder imageDigest(String imageDigest)
A SHA256 identifier for the Docker image that you use for your robot application.
- Parameters:
imageDigest- A SHA256 identifier for the Docker image that you use for your robot application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-