Class CfnConnectionPropsMixin.LineageSyncScheduleProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnConnectionPropsMixin.LineageSyncScheduleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectionPropsMixin.LineageSyncScheduleProperty>
- Enclosing interface:
CfnConnectionPropsMixin.LineageSyncScheduleProperty
@Stability(Stable)
public static final class CfnConnectionPropsMixin.LineageSyncScheduleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectionPropsMixin.LineageSyncScheduleProperty>
A builder for
CfnConnectionPropsMixin.LineageSyncScheduleProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnConnectionPropsMixin.LineageSyncScheduleProperty.getSchedule()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
schedule
@Stability(Stable) public CfnConnectionPropsMixin.LineageSyncScheduleProperty.Builder schedule(String schedule) Sets the value ofCfnConnectionPropsMixin.LineageSyncScheduleProperty.getSchedule()- Parameters:
schedule- The lineage sync schedule.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectionPropsMixin.LineageSyncScheduleProperty>- Returns:
- a new instance of
CfnConnectionPropsMixin.LineageSyncScheduleProperty - Throws:
NullPointerException- if any required attribute was not provided
-