Interface UpdateRunGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateRunGroupRequest.Builder,UpdateRunGroupRequest>,OmicsRequest.Builder,SdkBuilder<UpdateRunGroupRequest.Builder,UpdateRunGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateRunGroupRequest
public static interface UpdateRunGroupRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<UpdateRunGroupRequest.Builder,UpdateRunGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateRunGroupRequest.Builderid(String id)The group's ID.UpdateRunGroupRequest.BuildermaxCpus(Integer maxCpus)The maximum number of CPUs to use.UpdateRunGroupRequest.BuildermaxDuration(Integer maxDuration)A maximum run time for the group in minutes.UpdateRunGroupRequest.BuildermaxGpus(Integer maxGpus)The maximum GPUs that can be used by a run group.UpdateRunGroupRequest.BuildermaxRuns(Integer maxRuns)The maximum number of concurrent runs for the group.UpdateRunGroupRequest.Buildername(String name)A name for the group.UpdateRunGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateRunGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.omics.model.OmicsRequest.Builder
build
-
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 Detail
-
id
UpdateRunGroupRequest.Builder id(String 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
UpdateRunGroupRequest.Builder name(String name)
A name for the group.
- Parameters:
name- A name for the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxCpus
UpdateRunGroupRequest.Builder maxCpus(Integer maxCpus)
The maximum number of CPUs to use.
- Parameters:
maxCpus- The maximum number of CPUs to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxRuns
UpdateRunGroupRequest.Builder maxRuns(Integer maxRuns)
The maximum number of concurrent runs for the group.
- Parameters:
maxRuns- The maximum number of concurrent runs for the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxDuration
UpdateRunGroupRequest.Builder maxDuration(Integer maxDuration)
A maximum run time for the group in minutes.
- Parameters:
maxDuration- A maximum run time for the group in minutes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxGpus
UpdateRunGroupRequest.Builder maxGpus(Integer 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.
-
overrideConfiguration
UpdateRunGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateRunGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-