Class CfnWorkflowPropsMixin.ScheduleConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mwaaserverless.CfnWorkflowPropsMixin.ScheduleConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkflowPropsMixin.ScheduleConfigurationProperty>
- Enclosing interface:
CfnWorkflowPropsMixin.ScheduleConfigurationProperty
@Stability(Stable)
public static final class CfnWorkflowPropsMixin.ScheduleConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkflowPropsMixin.ScheduleConfigurationProperty>
A builder for
CfnWorkflowPropsMixin.ScheduleConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.cronExpression(String cronExpression) Sets the value ofCfnWorkflowPropsMixin.ScheduleConfigurationProperty.getCronExpression()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cronExpression
@Stability(Stable) public CfnWorkflowPropsMixin.ScheduleConfigurationProperty.Builder cronExpression(String cronExpression) Sets the value ofCfnWorkflowPropsMixin.ScheduleConfigurationProperty.getCronExpression()- Parameters:
cronExpression- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkflowPropsMixin.ScheduleConfigurationProperty>- Returns:
- a new instance of
CfnWorkflowPropsMixin.ScheduleConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-