@Stability(value=Stable) public static final class CfnSchedulingPolicy.Builder extends Object implements software.amazon.jsii.Builder<CfnSchedulingPolicy>
CfnSchedulingPolicy.| Modifier and Type | Method and Description |
|---|---|
CfnSchedulingPolicy |
build() |
static CfnSchedulingPolicy.Builder |
create(software.constructs.Construct scope,
String id) |
CfnSchedulingPolicy.Builder |
fairsharePolicy(CfnSchedulingPolicy.FairsharePolicyProperty fairsharePolicy)
The fair share policy of the scheduling policy.
|
CfnSchedulingPolicy.Builder |
fairsharePolicy(IResolvable fairsharePolicy)
The fair share policy of the scheduling policy.
|
CfnSchedulingPolicy.Builder |
name(String name)
The name of the scheduling policy.
|
CfnSchedulingPolicy.Builder |
tags(Map<String,String> tags)
The tags that you apply to the scheduling policy to help you categorize and organize your resources.
|
@Stability(value=Stable) public static CfnSchedulingPolicy.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnSchedulingPolicy.FairsharePolicyProperty.Builder.@Stability(value=Stable) public CfnSchedulingPolicy.Builder fairsharePolicy(CfnSchedulingPolicy.FairsharePolicyProperty fairsharePolicy)
fairsharePolicy - The fair share policy of the scheduling policy. This parameter is required.this@Stability(value=Stable) public CfnSchedulingPolicy.Builder fairsharePolicy(IResolvable fairsharePolicy)
fairsharePolicy - The fair share policy of the scheduling policy. This parameter is required.this@Stability(value=Stable) public CfnSchedulingPolicy.Builder name(String name)
It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).
name - The name of the scheduling policy. This parameter is required.this@Stability(value=Stable) public CfnSchedulingPolicy.Builder tags(Map<String,String> tags)
Each tag consists of a key and an optional value. For more information, see Tagging AWS Resources in AWS General Reference .
These tags can be updated or removed using the TagResource and UntagResource API operations.
tags - The tags that you apply to the scheduling policy to help you categorize and organize your resources. This parameter is required.this@Stability(value=Stable) public CfnSchedulingPolicy build()
build in interface software.amazon.jsii.Builder<CfnSchedulingPolicy>Copyright © 2022. All rights reserved.