@Stability(value=Stable) public static final class CfnSchedulingPolicyProps.Builder extends Object implements software.amazon.jsii.Builder<CfnSchedulingPolicyProps>
CfnSchedulingPolicyProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSchedulingPolicyProps |
build()
Builds the configured instance.
|
CfnSchedulingPolicyProps.Builder |
fairsharePolicy(CfnSchedulingPolicy.FairsharePolicyProperty fairsharePolicy)
Sets the value of
CfnSchedulingPolicyProps.getFairsharePolicy() |
CfnSchedulingPolicyProps.Builder |
fairsharePolicy(IResolvable fairsharePolicy)
Sets the value of
CfnSchedulingPolicyProps.getFairsharePolicy() |
CfnSchedulingPolicyProps.Builder |
name(String name)
Sets the value of
CfnSchedulingPolicyProps.getName() |
CfnSchedulingPolicyProps.Builder |
tags(Map<String,String> tags)
Sets the value of
CfnSchedulingPolicyProps.getTags() |
@Stability(value=Stable) public CfnSchedulingPolicyProps.Builder fairsharePolicy(CfnSchedulingPolicy.FairsharePolicyProperty fairsharePolicy)
CfnSchedulingPolicyProps.getFairsharePolicy()fairsharePolicy - The fair share policy of the scheduling policy.this@Stability(value=Stable) public CfnSchedulingPolicyProps.Builder fairsharePolicy(IResolvable fairsharePolicy)
CfnSchedulingPolicyProps.getFairsharePolicy()fairsharePolicy - The fair share policy of the scheduling policy.this@Stability(value=Stable) public CfnSchedulingPolicyProps.Builder name(String name)
CfnSchedulingPolicyProps.getName()name - The name of the scheduling policy.
It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).this@Stability(value=Stable) public CfnSchedulingPolicyProps.Builder tags(Map<String,String> tags)
CfnSchedulingPolicyProps.getTags()tags - The tags that you apply to the scheduling policy to help you categorize and organize your resources.
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.
this@Stability(value=Stable) public CfnSchedulingPolicyProps build()
build in interface software.amazon.jsii.Builder<CfnSchedulingPolicyProps>CfnSchedulingPolicyPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.