public static interface Fleet.Builder extends SdkPojo, CopyableBuilder<Fleet.Builder,Fleet>
Modifier and Type | Method and Description |
---|---|
Fleet.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the fleet.
|
Fleet.Builder |
createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the fleet was created.
|
Fleet.Builder |
lastDeploymentJob(String lastDeploymentJob)
The Amazon Resource Name (ARN) of the last deployment job.
|
Fleet.Builder |
lastDeploymentStatus(DeploymentStatus lastDeploymentStatus)
The status of the last fleet deployment.
|
Fleet.Builder |
lastDeploymentStatus(String lastDeploymentStatus)
The status of the last fleet deployment.
|
Fleet.Builder |
lastDeploymentTime(Instant lastDeploymentTime)
The time of the last deployment.
|
Fleet.Builder |
name(String name)
The name of the fleet.
|
copy
applyMutation, build
Fleet.Builder name(String name)
The name of the fleet.
name
- The name of the fleet.Fleet.Builder arn(String arn)
The Amazon Resource Name (ARN) of the fleet.
arn
- The Amazon Resource Name (ARN) of the fleet.Fleet.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.Fleet.Builder lastDeploymentStatus(String lastDeploymentStatus)
The status of the last fleet deployment.
lastDeploymentStatus
- The status of the last fleet deployment.DeploymentStatus
,
DeploymentStatus
Fleet.Builder lastDeploymentStatus(DeploymentStatus lastDeploymentStatus)
The status of the last fleet deployment.
lastDeploymentStatus
- The status of the last fleet deployment.DeploymentStatus
,
DeploymentStatus
Fleet.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.Fleet.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.