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