Uses of Interface
software.amazon.awssdk.services.glue.model.NotificationProperty.Builder
-
Packages that use NotificationProperty.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of NotificationProperty.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return NotificationProperty.Builder Modifier and Type Method Description static NotificationProperty.BuilderNotificationProperty. builder()NotificationProperty.BuilderNotificationProperty.Builder. notifyDelayAfter(Integer notifyDelayAfter)After a job run starts, the number of minutes to wait before sending a job run delay notification.NotificationProperty.BuilderNotificationProperty. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type NotificationProperty.Builder Modifier and Type Method Description static Class<? extends NotificationProperty.Builder>NotificationProperty. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type NotificationProperty.Builder Modifier and Type Method Description default Action.BuilderAction.Builder. notificationProperty(Consumer<NotificationProperty.Builder> notificationProperty)Specifies configuration properties of a job run notification.default CreateJobRequest.BuilderCreateJobRequest.Builder. notificationProperty(Consumer<NotificationProperty.Builder> notificationProperty)Specifies configuration properties of a job notification.default Job.BuilderJob.Builder. notificationProperty(Consumer<NotificationProperty.Builder> notificationProperty)Specifies configuration properties of a job notification.default JobRun.BuilderJobRun.Builder. notificationProperty(Consumer<NotificationProperty.Builder> notificationProperty)Specifies configuration properties of a job run notification.default JobUpdate.BuilderJobUpdate.Builder. notificationProperty(Consumer<NotificationProperty.Builder> notificationProperty)Specifies the configuration properties of a job notification.default StartJobRunRequest.BuilderStartJobRunRequest.Builder. notificationProperty(Consumer<NotificationProperty.Builder> notificationProperty)Specifies configuration properties of a job run notification.
-