@Stability(value=Stable) public static final class CfnBudget.TimePeriodProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBudget.TimePeriodProperty>
CfnBudget.TimePeriodProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBudget.TimePeriodProperty |
build()
Builds the configured instance.
|
CfnBudget.TimePeriodProperty.Builder |
end(String end)
Sets the value of
CfnBudget.TimePeriodProperty.getEnd() |
CfnBudget.TimePeriodProperty.Builder |
start(String start)
Sets the value of
CfnBudget.TimePeriodProperty.getStart() |
@Stability(value=Stable) public CfnBudget.TimePeriodProperty.Builder end(String end)
CfnBudget.TimePeriodProperty.getEnd()end - The end date for a budget.
If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC . The defaults are the same for the AWS Billing and Cost Management console and the API.
After the end date, AWS deletes the budget and all the associated notifications and subscribers. You can change your end date with the UpdateBudget operation.
this@Stability(value=Stable) public CfnBudget.TimePeriodProperty.Builder start(String start)
CfnBudget.TimePeriodProperty.getStart()start - The start date for a budget.
If you created your budget and didn't specify a start date, the start date defaults to the start of the chosen time period (MONTHLY, QUARTERLY, or ANNUALLY). For example, if you create your budget on January 24, 2019, choose MONTHLY , and don't set a start date, the start date defaults to 01/01/19 00:00 UTC . The defaults are the same for the AWS Billing and Cost Management console and the API.
You can change your start date with the UpdateBudget operation.
Valid values depend on the value of BudgetType :
BudgetType is COST or USAGE : Valid values are MONTHLY , QUARTERLY , and ANNUALLY .BudgetType is RI_UTILIZATION or RI_COVERAGE : Valid values are DAILY , MONTHLY , QUARTERLY , and ANNUALLY .this@Stability(value=Stable) public CfnBudget.TimePeriodProperty build()
build in interface software.amazon.jsii.Builder<CfnBudget.TimePeriodProperty>CfnBudget.TimePeriodPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.