public static interface CfnTrigger.NotificationPropertyProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.glue.*; NotificationPropertyProperty notificationPropertyProperty = NotificationPropertyProperty.builder() .notifyDelayAfter(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnTrigger.NotificationPropertyProperty.Builder
A builder for
CfnTrigger.NotificationPropertyProperty |
static class |
CfnTrigger.NotificationPropertyProperty.Jsii$Proxy
An implementation for
CfnTrigger.NotificationPropertyProperty |
Modifier and Type | Method and Description |
---|---|
static CfnTrigger.NotificationPropertyProperty.Builder |
builder() |
default java.lang.Number |
getNotifyDelayAfter()
After a job run starts, the number of minutes to wait before sending a job run delay notification.
|
default java.lang.Number getNotifyDelayAfter()
static CfnTrigger.NotificationPropertyProperty.Builder builder()