Class CfnQueue.SchedulingMaxPriorityOverrideProperty.Builder
java.lang.Object
software.amazon.awscdk.services.deadline.CfnQueue.SchedulingMaxPriorityOverrideProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnQueue.SchedulingMaxPriorityOverrideProperty>
- Enclosing interface:
CfnQueue.SchedulingMaxPriorityOverrideProperty
@Stability(Stable)
public static final class CfnQueue.SchedulingMaxPriorityOverrideProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnQueue.SchedulingMaxPriorityOverrideProperty>
A builder for
CfnQueue.SchedulingMaxPriorityOverrideProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalwaysScheduleFirst(Object alwaysScheduleFirst) Sets the value ofCfnQueue.SchedulingMaxPriorityOverrideProperty.getAlwaysScheduleFirst()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
alwaysScheduleFirst
@Stability(Stable) public CfnQueue.SchedulingMaxPriorityOverrideProperty.Builder alwaysScheduleFirst(Object alwaysScheduleFirst) Sets the value ofCfnQueue.SchedulingMaxPriorityOverrideProperty.getAlwaysScheduleFirst()- Parameters:
alwaysScheduleFirst- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnQueue.SchedulingMaxPriorityOverrideProperty>- Returns:
- a new instance of
CfnQueue.SchedulingMaxPriorityOverrideProperty - Throws:
NullPointerException- if any required attribute was not provided
-