| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
WorkerSummary |
WorkerSummary.clone() |
WorkerSummary |
WorkerSummary.withCreatedAt(Date createdAt)
The date and time the resource was created.
|
WorkerSummary |
WorkerSummary.withCreatedBy(String createdBy)
The user or system that created this resource.
|
WorkerSummary |
WorkerSummary.withFarmId(String farmId)
The farm ID.
|
WorkerSummary |
WorkerSummary.withFleetId(String fleetId)
The fleet ID.
|
WorkerSummary |
WorkerSummary.withHostProperties(HostPropertiesResponse hostProperties)
The host properties of the worker.
|
WorkerSummary |
WorkerSummary.withLog(LogConfiguration log)
The log configuration for the worker.
|
WorkerSummary |
WorkerSummary.withStatus(String status)
The status of the worker.
|
WorkerSummary |
WorkerSummary.withStatus(WorkerStatus status)
The status of the worker.
|
WorkerSummary |
WorkerSummary.withUpdatedAt(Date updatedAt)
The date and time the resource was updated.
|
WorkerSummary |
WorkerSummary.withUpdatedBy(String updatedBy)
The user or system that updated this resource.
|
WorkerSummary |
WorkerSummary.withWorkerId(String workerId)
The worker ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkerSummary> |
ListWorkersResult.getWorkers()
The workers on the list.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkersResult |
ListWorkersResult.withWorkers(WorkerSummary... workers)
The workers on the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkersResult.setWorkers(Collection<WorkerSummary> workers)
The workers on the list.
|
ListWorkersResult |
ListWorkersResult.withWorkers(Collection<WorkerSummary> workers)
The workers on the list.
|
Copyright © 2025. All rights reserved.