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.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.
- Parameters:
storageCapacity
- The run's storage capacity.- 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.
-