Class CfnQuotaSharePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.batch.CfnQuotaSharePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnQuotaSharePropsMixin>
- Enclosing class:
CfnQuotaSharePropsMixin
@Stability(Stable)
public static final class CfnQuotaSharePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnQuotaSharePropsMixin>
A fluent builder for
CfnQuotaSharePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()capacityLimits(List<? extends Object> capacityLimits) The capacity limits for the quota share.capacityLimits(IResolvable capacityLimits) The capacity limits for the quota share.create()create(CfnPropertyMixinOptions options) The Amazon Resource Name (ARN) or name of the job queue.preemptionConfiguration(CfnQuotaSharePropsMixin.QuotaSharePreemptionConfigurationProperty preemptionConfiguration) preemptionConfiguration(IResolvable preemptionConfiguration) quotaShareName(String quotaShareName) The name of the quota share.resourceSharingConfiguration(CfnQuotaSharePropsMixin.QuotaShareResourceSharingConfigurationProperty resourceSharingConfiguration) resourceSharingConfiguration(IResolvable resourceSharingConfiguration) The state of the quota share.A key-value pair to associate with a resource.
-
Method Details
-
create
@Stability(Stable) public static CfnQuotaSharePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnQuotaSharePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnQuotaSharePropsMixin.Builder.
-
capacityLimits
@Stability(Stable) public CfnQuotaSharePropsMixin.Builder capacityLimits(IResolvable capacityLimits) The capacity limits for the quota share.- Parameters:
capacityLimits- The capacity limits for the quota share. This parameter is required.- Returns:
this- See Also:
-
capacityLimits
@Stability(Stable) public CfnQuotaSharePropsMixin.Builder capacityLimits(List<? extends Object> capacityLimits) The capacity limits for the quota share.- Parameters:
capacityLimits- The capacity limits for the quota share. This parameter is required.- Returns:
this- See Also:
-
jobQueue
The Amazon Resource Name (ARN) or name of the job queue.- Parameters:
jobQueue- The Amazon Resource Name (ARN) or name of the job queue. This parameter is required.- Returns:
this- See Also:
-
preemptionConfiguration
@Stability(Stable) public CfnQuotaSharePropsMixin.Builder preemptionConfiguration(IResolvable preemptionConfiguration) - Parameters:
preemptionConfiguration- This parameter is required.- Returns:
this- See Also:
-
resourceSharingConfiguration
@Stability(Stable) public CfnQuotaSharePropsMixin.Builder resourceSharingConfiguration(IResolvable resourceSharingConfiguration) - Parameters:
resourceSharingConfiguration- This parameter is required.- Returns:
this- See Also:
-
state
The state of the quota share.- Parameters:
state- The state of the quota share. This parameter is required.- Returns:
this- See Also:
-
tags
A key-value pair to associate with a resource.- Parameters:
tags- A key-value pair to associate with a resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnQuotaSharePropsMixin>- Returns:
- a newly built instance of
CfnQuotaSharePropsMixin.
-