Interface BatchListItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchListItem.Builder,,BatchListItem> SdkBuilder<BatchListItem.Builder,,BatchListItem> SdkPojo
- Enclosing class:
BatchListItem
@Mutable
@NotThreadSafe
public static interface BatchListItem.Builder
extends SdkPojo, CopyableBuilder<BatchListItem.Builder,BatchListItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the batch was created.The batch identifier.The batch name.The current batch status.status(BatchStatus status) The current batch status.The total number of runs in the batch.workflowId(String workflowId) The identifier of the workflow used for the batch.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The batch identifier.
- Parameters:
id- The batch identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The batch name.
- Parameters:
name- The batch name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current batch status.
- Parameters:
status- The current batch status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current batch status.
- Parameters:
status- The current batch status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp when the batch was created.
- Parameters:
createdAt- The timestamp when the batch was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalRuns
The total number of runs in the batch.
- Parameters:
totalRuns- The total number of runs in the batch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowId
The identifier of the workflow used for the batch.
- Parameters:
workflowId- The identifier of the workflow used for the batch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-