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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
taskIdThe task's ID. - Parameters:
- taskId- The task's ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe 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:
 
- 
statusThe 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:
 
- 
nameThe task's name. - Parameters:
- name- The task's name.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cpusThe 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.
 
- 
cacheHitSet 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.
 
- 
cacheS3UriThe 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.
 
- 
memoryThe 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.
 
- 
creationTimeWhen 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.
 
- 
startTimeWhen the task started. - Parameters:
- startTime- When the task started.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stopTimeWhen the task stopped. - Parameters:
- stopTime- When the task stopped.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
gpusThe 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.
 
- 
instanceTypeThe 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.
 
 
-