Class CfnInfluxDBInstancePropsMixin.MaintenanceScheduleProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.timestream.CfnInfluxDBInstancePropsMixin.MaintenanceScheduleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInfluxDBInstancePropsMixin.MaintenanceScheduleProperty>
- Enclosing interface:
CfnInfluxDBInstancePropsMixin.MaintenanceScheduleProperty
@Stability(Stable)
public static final class CfnInfluxDBInstancePropsMixin.MaintenanceScheduleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInfluxDBInstancePropsMixin.MaintenanceScheduleProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.preferredMaintenanceWindow(String preferredMaintenanceWindow) Sets the value ofCfnInfluxDBInstancePropsMixin.MaintenanceScheduleProperty.getTimezone()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
preferredMaintenanceWindow
@Stability(Stable) public CfnInfluxDBInstancePropsMixin.MaintenanceScheduleProperty.Builder preferredMaintenanceWindow(String preferredMaintenanceWindow) Sets the value ofCfnInfluxDBInstancePropsMixin.MaintenanceScheduleProperty.getPreferredMaintenanceWindow()- Parameters:
preferredMaintenanceWindow- The preferred maintenance window in format ddd:HH:MM-ddd:HH:MM.- Returns:
this
-
timezone
@Stability(Stable) public CfnInfluxDBInstancePropsMixin.MaintenanceScheduleProperty.Builder timezone(String timezone) Sets the value ofCfnInfluxDBInstancePropsMixin.MaintenanceScheduleProperty.getTimezone()- Parameters:
timezone- The IANA timezone identifier for the maintenance schedule.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInfluxDBInstancePropsMixin.MaintenanceScheduleProperty>- Returns:
- a new instance of
CfnInfluxDBInstancePropsMixin.MaintenanceScheduleProperty - Throws:
NullPointerException- if any required attribute was not provided
-