public static interface DescribeFleetResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeFleetResponse.Builder,DescribeFleetResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the fleet.
|
DescribeFleetResponse.Builder |
createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the fleet was created.
|
DescribeFleetResponse.Builder |
lastDeploymentJob(String lastDeploymentJob)
The Amazon Resource Name (ARN) of the last deployment job.
|
DescribeFleetResponse.Builder |
lastDeploymentStatus(DeploymentStatus lastDeploymentStatus)
The status of the last deployment.
|
DescribeFleetResponse.Builder |
lastDeploymentStatus(String lastDeploymentStatus)
The status of the last deployment.
|
DescribeFleetResponse.Builder |
lastDeploymentTime(Instant lastDeploymentTime)
The time of the last deployment.
|
DescribeFleetResponse.Builder |
name(String name)
The name of the fleet.
|
DescribeFleetResponse.Builder |
robots(Collection<Robot> robots)
A list of robots.
|
DescribeFleetResponse.Builder |
robots(Consumer<Robot.Builder>... robots)
A list of robots.
|
DescribeFleetResponse.Builder |
robots(Robot... robots)
A list of robots.
|
DescribeFleetResponse.Builder |
tags(Map<String,String> tags)
The list of all tags added to the specified fleet.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFleetResponse.Builder name(String name)
The name of the fleet.
name - The name of the fleet.DescribeFleetResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the fleet.
arn - The Amazon Resource Name (ARN) of the fleet.DescribeFleetResponse.Builder robots(Collection<Robot> robots)
A list of robots.
robots - A list of robots.DescribeFleetResponse.Builder robots(Robot... robots)
A list of robots.
robots - A list of robots.DescribeFleetResponse.Builder robots(Consumer<Robot.Builder>... robots)
A list of robots.
This is a convenience method that creates an instance of theRobot.Builder avoiding the need to create one
manually via Robot.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #robots(List.
robots - a consumer that will call methods on
Robot.Builder#robots(java.util.Collection) DescribeFleetResponse.Builder createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the fleet was created.
createdAt - The time, in milliseconds since the epoch, when the fleet was created.DescribeFleetResponse.Builder lastDeploymentStatus(String lastDeploymentStatus)
The status of the last deployment.
lastDeploymentStatus - The status of the last deployment.DeploymentStatus,
DeploymentStatusDescribeFleetResponse.Builder lastDeploymentStatus(DeploymentStatus lastDeploymentStatus)
The status of the last deployment.
lastDeploymentStatus - The status of the last deployment.DeploymentStatus,
DeploymentStatusDescribeFleetResponse.Builder lastDeploymentJob(String lastDeploymentJob)
The Amazon Resource Name (ARN) of the last deployment job.
lastDeploymentJob - The Amazon Resource Name (ARN) of the last deployment job.DescribeFleetResponse.Builder lastDeploymentTime(Instant lastDeploymentTime)
The time of the last deployment.
lastDeploymentTime - The time of the last deployment.DescribeFleetResponse.Builder tags(Map<String,String> tags)
The list of all tags added to the specified fleet.
tags - The list of all tags added to the specified fleet.Copyright © 2023. All rights reserved.