public static interface GetRunGroupResponse.Builder extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<GetRunGroupResponse.Builder,GetRunGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
GetRunGroupResponse.Builder |
arn(String arn)
The group's ARN.
|
GetRunGroupResponse.Builder |
creationTime(Instant creationTime)
When the group was created.
|
GetRunGroupResponse.Builder |
id(String id)
The group's ID.
|
GetRunGroupResponse.Builder |
maxCpus(Integer maxCpus)
The group's maximum number of CPUs to use.
|
GetRunGroupResponse.Builder |
maxDuration(Integer maxDuration)
The group's maximum run time in minutes.
|
GetRunGroupResponse.Builder |
maxGpus(Integer maxGpus)
The maximum GPUs that can be used by a run group.
|
GetRunGroupResponse.Builder |
maxRuns(Integer maxRuns)
The maximum number of concurrent runs for the group.
|
GetRunGroupResponse.Builder |
name(String name)
The group's name.
|
GetRunGroupResponse.Builder |
tags(Map<String,String> tags)
The group's tags.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRunGroupResponse.Builder arn(String arn)
The group's ARN.
arn - The group's ARN.GetRunGroupResponse.Builder id(String id)
The group's ID.
id - The group's ID.GetRunGroupResponse.Builder name(String name)
The group's name.
name - The group's name.GetRunGroupResponse.Builder maxCpus(Integer maxCpus)
The group's maximum number of CPUs to use.
maxCpus - The group's maximum number of CPUs to use.GetRunGroupResponse.Builder maxRuns(Integer maxRuns)
The maximum number of concurrent runs for the group.
maxRuns - The maximum number of concurrent runs for the group.GetRunGroupResponse.Builder maxDuration(Integer maxDuration)
The group's maximum run time in minutes.
maxDuration - The group's maximum run time in minutes.GetRunGroupResponse.Builder creationTime(Instant creationTime)
When the group was created.
creationTime - When the group was created.GetRunGroupResponse.Builder tags(Map<String,String> tags)
The group's tags.
tags - The group's tags.GetRunGroupResponse.Builder maxGpus(Integer maxGpus)
The maximum GPUs that can be used by a run group.
maxGpus - The maximum GPUs that can be used by a run group.Copyright © 2023. All rights reserved.