| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationProperty |
NotificationProperty.clone() |
NotificationProperty |
CreateJobRequest.getNotificationProperty()
Specifies configuration properties of a job notification.
|
NotificationProperty |
Action.getNotificationProperty()
Specifies configuration properties of a job run notification.
|
NotificationProperty |
JobRun.getNotificationProperty()
Specifies configuration properties of a job run notification.
|
NotificationProperty |
JobUpdate.getNotificationProperty()
Specifies the configuration properties of a job notification.
|
NotificationProperty |
StartJobRunRequest.getNotificationProperty()
Specifies configuration properties of a job run notification.
|
NotificationProperty |
Job.getNotificationProperty()
Specifies configuration properties of a job notification.
|
NotificationProperty |
NotificationProperty.withNotifyDelayAfter(Integer notifyDelayAfter)
After a job run starts, the number of minutes to wait before sending a job run delay notification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateJobRequest.setNotificationProperty(NotificationProperty notificationProperty)
Specifies configuration properties of a job notification.
|
void |
Action.setNotificationProperty(NotificationProperty notificationProperty)
Specifies configuration properties of a job run notification.
|
void |
JobRun.setNotificationProperty(NotificationProperty notificationProperty)
Specifies configuration properties of a job run notification.
|
void |
JobUpdate.setNotificationProperty(NotificationProperty notificationProperty)
Specifies the configuration properties of a job notification.
|
void |
StartJobRunRequest.setNotificationProperty(NotificationProperty notificationProperty)
Specifies configuration properties of a job run notification.
|
void |
Job.setNotificationProperty(NotificationProperty notificationProperty)
Specifies configuration properties of a job notification.
|
CreateJobRequest |
CreateJobRequest.withNotificationProperty(NotificationProperty notificationProperty)
Specifies configuration properties of a job notification.
|
Action |
Action.withNotificationProperty(NotificationProperty notificationProperty)
Specifies configuration properties of a job run notification.
|
JobRun |
JobRun.withNotificationProperty(NotificationProperty notificationProperty)
Specifies configuration properties of a job run notification.
|
JobUpdate |
JobUpdate.withNotificationProperty(NotificationProperty notificationProperty)
Specifies the configuration properties of a job notification.
|
StartJobRunRequest |
StartJobRunRequest.withNotificationProperty(NotificationProperty notificationProperty)
Specifies configuration properties of a job run notification.
|
Job |
Job.withNotificationProperty(NotificationProperty notificationProperty)
Specifies configuration properties of a job notification.
|
Copyright © 2021. All rights reserved.