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