Class CfnTrigger.NotificationPropertyProperty.Builder
java.lang.Object
software.amazon.awscdk.services.glue.CfnTrigger.NotificationPropertyProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTrigger.NotificationPropertyProperty>
- Enclosing interface:
CfnTrigger.NotificationPropertyProperty
@Stability(Stable)
public static final class CfnTrigger.NotificationPropertyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTrigger.NotificationPropertyProperty>
A builder for
CfnTrigger.NotificationPropertyProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.notifyDelayAfter
(Number notifyDelayAfter) Sets the value ofCfnTrigger.NotificationPropertyProperty.getNotifyDelayAfter()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
notifyDelayAfter
@Stability(Stable) public CfnTrigger.NotificationPropertyProperty.Builder notifyDelayAfter(Number notifyDelayAfter) Sets the value ofCfnTrigger.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:
build
in interfacesoftware.amazon.jsii.Builder<CfnTrigger.NotificationPropertyProperty>
- Returns:
- a new instance of
CfnTrigger.NotificationPropertyProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-