Class CfnBudget.BudgetScheduleProperty.Builder
java.lang.Object
software.amazon.awscdk.services.deadline.CfnBudget.BudgetScheduleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBudget.BudgetScheduleProperty>
- Enclosing interface:
CfnBudget.BudgetScheduleProperty
@Stability(Stable)
public static final class CfnBudget.BudgetScheduleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBudget.BudgetScheduleProperty>
A builder for
CfnBudget.BudgetScheduleProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.fixed(IResolvable fixed) Sets the value ofCfnBudget.BudgetScheduleProperty.getFixed()Sets the value ofCfnBudget.BudgetScheduleProperty.getFixed()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fixed
Sets the value ofCfnBudget.BudgetScheduleProperty.getFixed()- Parameters:
fixed- The details of a fixed budget schedule. This parameter is required.- Returns:
this
-
fixed
@Stability(Stable) public CfnBudget.BudgetScheduleProperty.Builder fixed(CfnBudget.FixedBudgetScheduleProperty fixed) Sets the value ofCfnBudget.BudgetScheduleProperty.getFixed()- Parameters:
fixed- The details of a fixed budget schedule. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBudget.BudgetScheduleProperty>- Returns:
- a new instance of
CfnBudget.BudgetScheduleProperty - Throws:
NullPointerException- if any required attribute was not provided
-