public static interface UpdateRunGroupRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<UpdateRunGroupRequest.Builder,UpdateRunGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateRunGroupRequest.Builder |
id(String id)
The group's ID.
|
UpdateRunGroupRequest.Builder |
maxCpus(Integer maxCpus)
The maximum number of CPUs to use.
|
UpdateRunGroupRequest.Builder |
maxDuration(Integer maxDuration)
A maximum run time for the group in minutes.
|
UpdateRunGroupRequest.Builder |
maxGpus(Integer maxGpus)
The maximum GPUs that can be used by a run group.
|
UpdateRunGroupRequest.Builder |
maxRuns(Integer maxRuns)
The maximum number of concurrent runs for the group.
|
UpdateRunGroupRequest.Builder |
name(String name)
A name for the group.
|
UpdateRunGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateRunGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRunGroupRequest.Builder id(String id)
The group's ID.
id - The group's ID.UpdateRunGroupRequest.Builder name(String name)
A name for the group.
name - A name for the group.UpdateRunGroupRequest.Builder maxCpus(Integer maxCpus)
The maximum number of CPUs to use.
maxCpus - The maximum number of CPUs to use.UpdateRunGroupRequest.Builder maxRuns(Integer maxRuns)
The maximum number of concurrent runs for the group.
maxRuns - The maximum number of concurrent runs for the group.UpdateRunGroupRequest.Builder maxDuration(Integer maxDuration)
A maximum run time for the group in minutes.
maxDuration - A maximum run time for the group in minutes.UpdateRunGroupRequest.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.UpdateRunGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRunGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.