Interface CfnBudgetPropsMixin.FixedBudgetScheduleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBudgetPropsMixin.FixedBudgetScheduleProperty.Jsii$Proxy
- Enclosing class:
CfnBudgetPropsMixin
@Stability(Stable)
public static interface CfnBudgetPropsMixin.FixedBudgetScheduleProperty
extends software.amazon.jsii.JsiiSerializable
The details of a fixed budget schedule.
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.*;
FixedBudgetScheduleProperty fixedBudgetScheduleProperty = FixedBudgetScheduleProperty.builder()
.endTime("endTime")
.startTime("startTime")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBudgetPropsMixin.FixedBudgetSchedulePropertystatic final classAn implementation forCfnBudgetPropsMixin.FixedBudgetScheduleProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEndTime
When the budget ends.- See Also:
-
getStartTime
When the budget starts.- See Also:
-
builder
-