@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 - `AWS::Batch::SchedulingPolicy.FairsharePolicy`.this@Stability(value=Stable) public CfnSchedulingPolicyProps.Builder fairsharePolicy(IResolvable fairsharePolicy)
CfnSchedulingPolicyProps.getFairsharePolicy()fairsharePolicy - `AWS::Batch::SchedulingPolicy.FairsharePolicy`.this@Stability(value=Stable) public CfnSchedulingPolicyProps.Builder name(String name)
CfnSchedulingPolicyProps.getName()name - `AWS::Batch::SchedulingPolicy.Name`.this@Stability(value=Stable) public CfnSchedulingPolicyProps.Builder tags(Map<String,String> tags)
CfnSchedulingPolicyProps.getTags()tags - `AWS::Batch::SchedulingPolicy.Tags`.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.