Interface RunListItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RunListItem.Builder,
,RunListItem> SdkBuilder<RunListItem.Builder,
,RunListItem> SdkPojo
- Enclosing class:
RunListItem
public static interface RunListItem.Builder
extends SdkPojo, CopyableBuilder<RunListItem.Builder,RunListItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe run's ARN.creationTime
(Instant creationTime) When the run was created.The run's ID.The run's name.The run's priority.When the run started.The run's status.The run's status.When the run stopped.storageCapacity
(Integer storageCapacity) The run's storage capacity in gibibytes.storageType
(String storageType) The run's storage type.storageType
(StorageType storageType) The run's storage type.workflowId
(String workflowId) The run's workflow 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, sdkFields
-
Method Details
-
arn
The run's ARN.
- Parameters:
arn
- The run's ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The run's ID.
- Parameters:
id
- The run's ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The run's status.
- Parameters:
status
- The run's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The run's status.
- Parameters:
status
- The run's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
workflowId
The run's workflow ID.
- Parameters:
workflowId
- The run's workflow ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The run's name.
- Parameters:
name
- The run's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
priority
The run's priority.
- Parameters:
priority
- The run's priority.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageCapacity
The run's storage capacity in gibibytes. For dynamic storage, after the run has completed, this value is the maximum amount of storage used during the run.
- Parameters:
storageCapacity
- The run's storage capacity in gibibytes. For dynamic storage, after the run has completed, this value is the maximum amount of storage used during the run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
When the run was created.
- Parameters:
creationTime
- When the run was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
When the run started.
- Parameters:
startTime
- When the run started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stopTime
When the run stopped.
- Parameters:
stopTime
- When the run stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageType
The run's storage type.
- Parameters:
storageType
- The run's storage type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
storageType
The run's storage type.
- Parameters:
storageType
- The run's storage type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-