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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotificationProperty.BuildernotifyDelayAfter(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
notifyDelayAfter
NotificationProperty.Builder notifyDelayAfter(Integer 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.
-
-