Interface TaskListItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TaskListItem.Builder,
,TaskListItem> SdkBuilder<TaskListItem.Builder,
,TaskListItem> SdkPojo
- Enclosing class:
TaskListItem
@Mutable
@NotThreadSafe
public static interface TaskListItem.Builder
extends SdkPojo, CopyableBuilder<TaskListItem.Builder,TaskListItem>
-
Method Summary
Modifier and TypeMethodDescriptionSet to true if Amazon Web Services HealthOmics found a matching entry in the run cache for this task.cacheS3Uri
(String cacheS3Uri) The S3 URI of the cache location.The task's CPU count.creationTime
(Instant creationTime) When the task was created.The number of Graphics Processing Units (GPU) specified for the task.instanceType
(String instanceType) The instance type for a task.The task's memory use in gigabyes.The task's name.When the task started.The task's status.status
(TaskStatus status) The task's status.When the task stopped.The task's ID.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
taskId
The task's ID.
- Parameters:
taskId
- The task's ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The task's status.
- Parameters:
status
- The task's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The task's status.
- Parameters:
status
- The task's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The task's name.
- Parameters:
name
- The task's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cpus
The task's CPU count.
- Parameters:
cpus
- The task's CPU count.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cacheHit
Set to true if Amazon Web Services HealthOmics found a matching entry in the run cache for this task.
- Parameters:
cacheHit
- Set to true if Amazon Web Services HealthOmics found a matching entry in the run cache for this task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cacheS3Uri
The S3 URI of the cache location.
- Parameters:
cacheS3Uri
- The S3 URI of the cache location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memory
The task's memory use in gigabyes.
- Parameters:
memory
- The task's memory use in gigabyes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
When the task was created.
- Parameters:
creationTime
- When the task was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
When the task started.
- Parameters:
startTime
- When the task started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stopTime
When the task stopped.
- Parameters:
stopTime
- When the task stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gpus
The number of Graphics Processing Units (GPU) specified for the task.
- Parameters:
gpus
- The number of Graphics Processing Units (GPU) specified for the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceType
The instance type for a task.
- Parameters:
instanceType
- The instance type for a task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-