Class CfnAlarmPropsMixin.WallClockWindowProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cloudwatch.CfnAlarmPropsMixin.WallClockWindowProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAlarmPropsMixin.WallClockWindowProperty>
- Enclosing interface:
CfnAlarmPropsMixin.WallClockWindowProperty
@Stability(Stable)
public static final class CfnAlarmPropsMixin.WallClockWindowProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAlarmPropsMixin.WallClockWindowProperty>
A builder for
CfnAlarmPropsMixin.WallClockWindowProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAlarmPropsMixin.WallClockWindowProperty.getTimezone()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
timezone
@Stability(Stable) public CfnAlarmPropsMixin.WallClockWindowProperty.Builder timezone(String timezone) Sets the value ofCfnAlarmPropsMixin.WallClockWindowProperty.getTimezone()- Parameters:
timezone- The timezone for wall clock evaluation, in IANA time zone format (e.g., America/New_York, UTC).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAlarmPropsMixin.WallClockWindowProperty>- Returns:
- a new instance of
CfnAlarmPropsMixin.WallClockWindowProperty - Throws:
NullPointerException- if any required attribute was not provided
-