Interface CreateRunGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateRunGroupRequest.Builder,CreateRunGroupRequest>,OmicsRequest.Builder,SdkBuilder<CreateRunGroupRequest.Builder,CreateRunGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateRunGroupRequest
public static interface CreateRunGroupRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<CreateRunGroupRequest.Builder,CreateRunGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateRunGroupRequest.BuildermaxCpus(Integer maxCpus)The maximum number of CPUs to use in the group.CreateRunGroupRequest.BuildermaxDuration(Integer maxDuration)A maximum run time for the group in minutes.CreateRunGroupRequest.BuildermaxGpus(Integer maxGpus)The maximum GPUs that can be used by a run group.CreateRunGroupRequest.BuildermaxRuns(Integer maxRuns)The maximum number of concurrent runs for the group.CreateRunGroupRequest.Buildername(String name)A name for the group.CreateRunGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateRunGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateRunGroupRequest.BuilderrequestId(String requestIdValue)To ensure that requests don't run multiple times, specify a unique ID for each request.CreateRunGroupRequest.Buildertags(Map<String,String> tags)Tags for the group.-
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, sdkFields
-
-
-
-
Method Detail
-
name
CreateRunGroupRequest.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
CreateRunGroupRequest.Builder maxCpus(Integer maxCpus)
The maximum number of CPUs to use in the group.
- Parameters:
maxCpus- The maximum number of CPUs to use in the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxRuns
CreateRunGroupRequest.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
CreateRunGroupRequest.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.
-
tags
CreateRunGroupRequest.Builder tags(Map<String,String> tags)
Tags for the group.
- Parameters:
tags- Tags for the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
CreateRunGroupRequest.Builder requestId(String requestIdValue)
To ensure that requests don't run multiple times, specify a unique ID for each request.
- Parameters:
requestIdValue- To ensure that requests don't run multiple times, specify a unique ID for each request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxGpus
CreateRunGroupRequest.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
CreateRunGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateRunGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-