Interface NotificationProperty.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NotificationProperty.Builder,
,NotificationProperty> SdkBuilder<NotificationProperty.Builder,
,NotificationProperty> SdkPojo
- Enclosing class:
NotificationProperty
public static interface NotificationProperty.Builder
extends SdkPojo, CopyableBuilder<NotificationProperty.Builder,NotificationProperty>
-
Method Summary
Modifier and TypeMethodDescriptionnotifyDelayAfter
(Integer notifyDelayAfter) After a job run starts, the number of minutes to wait before sending a job run delay notification.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
notifyDelayAfter
After a job run starts, the number of minutes to wait before sending a job run delay notification.
- Parameters:
notifyDelayAfter
- After a job run starts, the number of minutes to wait before sending a job run delay notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-