@Stability(value=Stable)
public static interface CfnBudget.TimePeriodProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.budgets.*;
TimePeriodProperty timePeriodProperty = TimePeriodProperty.builder()
.end("end")
.start("start")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBudget.TimePeriodProperty.Builder
A builder for
CfnBudget.TimePeriodProperty |
static class |
CfnBudget.TimePeriodProperty.Jsii$Proxy
An implementation for
CfnBudget.TimePeriodProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBudget.TimePeriodProperty.Builder |
builder() |
default String |
getEnd()
`CfnBudget.TimePeriodProperty.End`.
|
default String |
getStart()
`CfnBudget.TimePeriodProperty.Start`.
|
@Stability(value=Stable) @Nullable default String getEnd()
@Stability(value=Stable) @Nullable default String getStart()
@Stability(value=Stable) static CfnBudget.TimePeriodProperty.Builder builder()
Copyright © 2021. All rights reserved.