Class CfnRunGroupPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.omics.CfnRunGroupPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRunGroupPropsMixin>
- Enclosing class:
CfnRunGroupPropsMixin
@Stability(Stable)
public static final class CfnRunGroupPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRunGroupPropsMixin>
A fluent builder for
CfnRunGroupPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The group's maximum CPU count setting.maxDuration(Number maxDuration) The group's maximum duration setting in minutes.The maximum GPUs that can be used by a run group.The group's maximum concurrent run setting.The group's name.Tags for the group.
-
Method Details
-
create
@Stability(Stable) public static CfnRunGroupPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnRunGroupPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnRunGroupPropsMixin.Builder.
-
maxCpus
The group's maximum CPU count setting.- Parameters:
maxCpus- The group's maximum CPU count setting. This parameter is required.- Returns:
this- See Also:
-
maxDuration
The group's maximum duration setting in minutes.- Parameters:
maxDuration- The group's maximum duration setting in minutes. This parameter is required.- Returns:
this- See Also:
-
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. This parameter is required.- Returns:
this- See Also:
-
maxRuns
The group's maximum concurrent run setting.- Parameters:
maxRuns- The group's maximum concurrent run setting. This parameter is required.- Returns:
this- See Also:
-
name
The group's name.- Parameters:
name- The group's name. This parameter is required.- Returns:
this- See Also:
-
tags
Tags for the group.- Parameters:
tags- Tags for the group. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRunGroupPropsMixin>- Returns:
- a newly built instance of
CfnRunGroupPropsMixin.
-