Interface CfnQueuePropsMixin.SchedulingMinPriorityOverrideProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnQueuePropsMixin.SchedulingMinPriorityOverrideProperty.Jsii$Proxy
- Enclosing class:
CfnQueuePropsMixin
@Stability(Stable)
public static interface CfnQueuePropsMixin.SchedulingMinPriorityOverrideProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.deadline.*;
Object alwaysScheduleLast;
SchedulingMinPriorityOverrideProperty schedulingMinPriorityOverrideProperty = SchedulingMinPriorityOverrideProperty.builder()
.alwaysScheduleLast(alwaysScheduleLast)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnQueuePropsMixin.SchedulingMinPriorityOverridePropertystatic final classAn implementation forCfnQueuePropsMixin.SchedulingMinPriorityOverrideProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAlwaysScheduleLast
- See Also:
-
builder
@Stability(Stable) static CfnQueuePropsMixin.SchedulingMinPriorityOverrideProperty.Builder builder()
-