| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static NotificationProperty.Builder |
NotificationProperty.builder() |
NotificationProperty.Builder |
NotificationProperty.Builder.notifyDelayAfter(Integer notifyDelayAfter)
After a job run starts, the number of minutes to wait before sending a job run delay notification.
|
NotificationProperty.Builder |
NotificationProperty.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NotificationProperty.Builder> |
NotificationProperty.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default JobUpdate.Builder |
JobUpdate.Builder.notificationProperty(Consumer<NotificationProperty.Builder> notificationProperty)
Specifies the configuration properties of a job notification.
|
default Job.Builder |
Job.Builder.notificationProperty(Consumer<NotificationProperty.Builder> notificationProperty)
Specifies configuration properties of a job notification.
|
default CreateJobRequest.Builder |
CreateJobRequest.Builder.notificationProperty(Consumer<NotificationProperty.Builder> notificationProperty)
Specifies configuration properties of a job notification.
|
default StartJobRunRequest.Builder |
StartJobRunRequest.Builder.notificationProperty(Consumer<NotificationProperty.Builder> notificationProperty)
Specifies configuration properties of a job run notification.
|
default JobRun.Builder |
JobRun.Builder.notificationProperty(Consumer<NotificationProperty.Builder> notificationProperty)
Specifies configuration properties of a job run notification.
|
default Action.Builder |
Action.Builder.notificationProperty(Consumer<NotificationProperty.Builder> notificationProperty)
Specifies configuration properties of a job run notification.
|
Copyright © 2023. All rights reserved.