@Stability(value=Stable) public static final class CfnCanary.ScheduleProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCanary.ScheduleProperty>
CfnCanary.ScheduleProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCanary.ScheduleProperty |
build()
Builds the configured instance.
|
CfnCanary.ScheduleProperty.Builder |
durationInSeconds(String durationInSeconds)
Sets the value of
CfnCanary.ScheduleProperty.getDurationInSeconds() |
CfnCanary.ScheduleProperty.Builder |
expression(String expression)
Sets the value of
CfnCanary.ScheduleProperty.getExpression() |
@Stability(value=Stable) public CfnCanary.ScheduleProperty.Builder expression(String expression)
CfnCanary.ScheduleProperty.getExpression()expression - `CfnCanary.ScheduleProperty.Expression`. This parameter is required.this@Stability(value=Stable) public CfnCanary.ScheduleProperty.Builder durationInSeconds(String durationInSeconds)
CfnCanary.ScheduleProperty.getDurationInSeconds()durationInSeconds - `CfnCanary.ScheduleProperty.DurationInSeconds`.this@Stability(value=Stable) public CfnCanary.ScheduleProperty build()
build in interface software.amazon.jsii.Builder<CfnCanary.ScheduleProperty>CfnCanary.SchedulePropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.