Class CfnJobPropsMixin.NotificationPropertyProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnJobPropsMixin.NotificationPropertyProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnJobPropsMixin.NotificationPropertyProperty>
- Enclosing interface:
CfnJobPropsMixin.NotificationPropertyProperty
@Stability(Stable)
public static final class CfnJobPropsMixin.NotificationPropertyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnJobPropsMixin.NotificationPropertyProperty>
A builder for
CfnJobPropsMixin.NotificationPropertyProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.notifyDelayAfter(Number notifyDelayAfter) Sets the value ofCfnJobPropsMixin.NotificationPropertyProperty.getNotifyDelayAfter()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
notifyDelayAfter
@Stability(Stable) public CfnJobPropsMixin.NotificationPropertyProperty.Builder notifyDelayAfter(Number notifyDelayAfter) Sets the value ofCfnJobPropsMixin.NotificationPropertyProperty.getNotifyDelayAfter()- Parameters:
notifyDelayAfter- After a job run starts, the number of minutes to wait before sending a job run delay notification.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnJobPropsMixin.NotificationPropertyProperty>- Returns:
- a new instance of
CfnJobPropsMixin.NotificationPropertyProperty - Throws:
NullPointerException- if any required attribute was not provided
-