Interface RunGroupListItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RunGroupListItem.Builder,
,RunGroupListItem> SdkBuilder<RunGroupListItem.Builder,
,RunGroupListItem> SdkPojo
- Enclosing class:
RunGroupListItem
@Mutable
@NotThreadSafe
public static interface RunGroupListItem.Builder
extends SdkPojo, CopyableBuilder<RunGroupListItem.Builder,RunGroupListItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe group's ARN.creationTime
(Instant creationTime) When the group was created.The group's ID.The group's maximum CPU count setting.maxDuration
(Integer maxDuration) The group's maximum duration setting in minutes.The maximum GPUs that can be used by a run group.The group's maximum concurrent run setting.The group's name.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
-
arn
The group's ARN.
- Parameters:
arn
- The group's ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The group's ID.
- Parameters:
id
- The group's ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The group's name.
- Parameters:
name
- The group's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxCpus
The group's maximum CPU count setting.
- Parameters:
maxCpus
- The group's maximum CPU count setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxRuns
The group's maximum concurrent run setting.
- Parameters:
maxRuns
- The group's maximum concurrent run setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxDuration
The group's maximum duration setting in minutes.
- Parameters:
maxDuration
- The group's maximum duration setting in minutes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
When the group was created.
- Parameters:
creationTime
- When the group was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxGpus
The maximum GPUs that can be used by a run group.
- Parameters:
maxGpus
- The maximum GPUs that can be used by a run group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-