Class CfnDomainPropsMixin.WindowStartTimeProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.opensearchservice.CfnDomainPropsMixin.WindowStartTimeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomainPropsMixin.WindowStartTimeProperty>
- Enclosing interface:
CfnDomainPropsMixin.WindowStartTimeProperty
@Stability(Stable)
public static final class CfnDomainPropsMixin.WindowStartTimeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomainPropsMixin.WindowStartTimeProperty>
A builder for
CfnDomainPropsMixin.WindowStartTimeProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDomainPropsMixin.WindowStartTimeProperty.getHours()Sets the value ofCfnDomainPropsMixin.WindowStartTimeProperty.getMinutes()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
hours
Sets the value ofCfnDomainPropsMixin.WindowStartTimeProperty.getHours()- Parameters:
hours- The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time. For example, 17 refers to 5:00 P.M. UTC. The minimum value is 0 and the maximum value is 23.- Returns:
this
-
minutes
@Stability(Stable) public CfnDomainPropsMixin.WindowStartTimeProperty.Builder minutes(Number minutes) Sets the value ofCfnDomainPropsMixin.WindowStartTimeProperty.getMinutes()- Parameters:
minutes- The start minute of the window, in UTC. The minimum value is 0 and the maximum value is 59.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomainPropsMixin.WindowStartTimeProperty>- Returns:
- a new instance of
CfnDomainPropsMixin.WindowStartTimeProperty - Throws:
NullPointerException- if any required attribute was not provided
-