@Stability(value=Stable)
public static interface CfnJob.NotificationPropertyProperty
extends software.amazon.jsii.JsiiSerializable
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 |
CfnJob.NotificationPropertyProperty.Builder
A builder for
CfnJob.NotificationPropertyProperty |
static class |
CfnJob.NotificationPropertyProperty.Jsii$Proxy
An implementation for
CfnJob.NotificationPropertyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnJob.NotificationPropertyProperty.Builder |
builder() |
default Number |
getNotifyDelayAfter()
After a job run starts, the number of minutes to wait before sending a job run delay notification.
|
@Stability(value=Stable) @Nullable default Number getNotifyDelayAfter()
@Stability(value=Stable) static CfnJob.NotificationPropertyProperty.Builder builder()
Copyright © 2022. All rights reserved.