Interface UpdateRunGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateRunGroupRequest.Builder,
,UpdateRunGroupRequest> OmicsRequest.Builder
,SdkBuilder<UpdateRunGroupRequest.Builder,
,UpdateRunGroupRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateRunGroupRequest
@Mutable
@NotThreadSafe
public static interface UpdateRunGroupRequest.Builder
extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<UpdateRunGroupRequest.Builder,UpdateRunGroupRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe group's ID.The maximum number of CPUs to use.maxDuration
(Integer maxDuration) A maximum run time for the group in minutes.The maximum GPUs that can be used by a run group.The maximum number of concurrent runs for the group.A name for the group.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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
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
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
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateRunGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-