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