Interface DescribeRobotResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeRobotResponse.Builder,DescribeRobotResponse>,RoboMakerResponse.Builder,SdkBuilder<DescribeRobotResponse.Builder,DescribeRobotResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeRobotResponse
public static interface DescribeRobotResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeRobotResponse.Builder,DescribeRobotResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeRobotResponse.Builderarchitecture(String architecture)The target architecture of the robot application.DescribeRobotResponse.Builderarchitecture(Architecture architecture)The target architecture of the robot application.DescribeRobotResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the robot.DescribeRobotResponse.BuildercreatedAt(Instant createdAt)The time, in milliseconds since the epoch, when the robot was created.DescribeRobotResponse.BuilderfleetArn(String fleetArn)The Amazon Resource Name (ARN) of the fleet.DescribeRobotResponse.BuildergreengrassGroupId(String greengrassGroupId)The Greengrass group id.DescribeRobotResponse.BuilderlastDeploymentJob(String lastDeploymentJob)The Amazon Resource Name (ARN) of the last deployment job.DescribeRobotResponse.BuilderlastDeploymentTime(Instant lastDeploymentTime)The time of the last deployment job.DescribeRobotResponse.Buildername(String name)The name of the robot.DescribeRobotResponse.Builderstatus(String status)The status of the fleet.DescribeRobotResponse.Builderstatus(RobotStatus status)The status of the fleet.DescribeRobotResponse.Buildertags(Map<String,String> tags)The list of all tags added to the specified robot.-
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
DescribeRobotResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the robot.
- Parameters:
arn- The Amazon Resource Name (ARN) of the robot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
DescribeRobotResponse.Builder name(String name)
The name of the robot.
- Parameters:
name- The name of the robot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fleetArn
DescribeRobotResponse.Builder fleetArn(String fleetArn)
The Amazon Resource Name (ARN) of the fleet.
- Parameters:
fleetArn- The Amazon Resource Name (ARN) of the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DescribeRobotResponse.Builder status(String status)
The status of the fleet.
- Parameters:
status- The status of the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RobotStatus,RobotStatus
-
status
DescribeRobotResponse.Builder status(RobotStatus status)
The status of the fleet.
- Parameters:
status- The status of the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RobotStatus,RobotStatus
-
greengrassGroupId
DescribeRobotResponse.Builder greengrassGroupId(String greengrassGroupId)
The Greengrass group id.
- Parameters:
greengrassGroupId- The Greengrass group id.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
DescribeRobotResponse.Builder createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the robot was created.
- Parameters:
createdAt- The time, in milliseconds since the epoch, when the robot was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
architecture
DescribeRobotResponse.Builder architecture(String architecture)
The target architecture of the robot application.
- Parameters:
architecture- The target architecture of the robot application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Architecture,Architecture
-
architecture
DescribeRobotResponse.Builder architecture(Architecture architecture)
The target architecture of the robot application.
- Parameters:
architecture- The target architecture of the robot application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Architecture,Architecture
-
lastDeploymentJob
DescribeRobotResponse.Builder lastDeploymentJob(String lastDeploymentJob)
The Amazon Resource Name (ARN) of the last deployment job.
- Parameters:
lastDeploymentJob- The Amazon Resource Name (ARN) of the last deployment job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastDeploymentTime
DescribeRobotResponse.Builder lastDeploymentTime(Instant lastDeploymentTime)
The time of the last deployment job.
- Parameters:
lastDeploymentTime- The time of the last deployment job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
DescribeRobotResponse.Builder tags(Map<String,String> tags)
The list of all tags added to the specified robot.
- Parameters:
tags- The list of all tags added to the specified robot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-