Class CfnDomainPropsMixin.OffPeakWindowProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.opensearchservice.CfnDomainPropsMixin.OffPeakWindowProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomainPropsMixin.OffPeakWindowProperty>
- Enclosing interface:
CfnDomainPropsMixin.OffPeakWindowProperty
@Stability(Stable)
public static final class CfnDomainPropsMixin.OffPeakWindowProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomainPropsMixin.OffPeakWindowProperty>
A builder for
CfnDomainPropsMixin.OffPeakWindowProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.windowStartTime(CfnDomainPropsMixin.WindowStartTimeProperty windowStartTime) Sets the value ofCfnDomainPropsMixin.OffPeakWindowProperty.getWindowStartTime()windowStartTime(IResolvable windowStartTime) Sets the value ofCfnDomainPropsMixin.OffPeakWindowProperty.getWindowStartTime()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
windowStartTime
@Stability(Stable) public CfnDomainPropsMixin.OffPeakWindowProperty.Builder windowStartTime(IResolvable windowStartTime) Sets the value ofCfnDomainPropsMixin.OffPeakWindowProperty.getWindowStartTime()- Parameters:
windowStartTime- The desired start time for an off-peak maintenance window.- Returns:
this
-
windowStartTime
@Stability(Stable) public CfnDomainPropsMixin.OffPeakWindowProperty.Builder windowStartTime(CfnDomainPropsMixin.WindowStartTimeProperty windowStartTime) Sets the value ofCfnDomainPropsMixin.OffPeakWindowProperty.getWindowStartTime()- Parameters:
windowStartTime- The desired start time for an off-peak maintenance window.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomainPropsMixin.OffPeakWindowProperty>- Returns:
- a new instance of
CfnDomainPropsMixin.OffPeakWindowProperty - Throws:
NullPointerException- if any required attribute was not provided
-