| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
Fleet.Builder |
Fleet.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the fleet.
|
static Fleet.Builder |
Fleet.builder() |
Fleet.Builder |
Fleet.Builder.createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the fleet was created.
|
Fleet.Builder |
Fleet.Builder.lastDeploymentJob(String lastDeploymentJob)
The Amazon Resource Name (ARN) of the last deployment job.
|
Fleet.Builder |
Fleet.Builder.lastDeploymentStatus(DeploymentStatus lastDeploymentStatus)
The status of the last fleet deployment.
|
Fleet.Builder |
Fleet.Builder.lastDeploymentStatus(String lastDeploymentStatus)
The status of the last fleet deployment.
|
Fleet.Builder |
Fleet.Builder.lastDeploymentTime(Instant lastDeploymentTime)
The time of the last deployment.
|
Fleet.Builder |
Fleet.Builder.name(String name)
The name of the fleet.
|
Fleet.Builder |
Fleet.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Fleet.Builder> |
Fleet.serializableBuilderClass() |
Copyright © 2023. All rights reserved.