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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, 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 that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #robots(List) .robots - a consumer that will call methods on List.Builder #robots(List) 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.