@Generated(value="software.amazon.awssdk:codegen") public final class NotificationProperty extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NotificationProperty.Builder,NotificationProperty>
Specifies configuration properties of a notification.
Modifier and Type | Class and Description |
---|---|
static interface |
NotificationProperty.Builder |
Modifier and Type | Method and Description |
---|---|
static NotificationProperty.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
notifyDelayAfter()
After a job run starts, the number of minutes to wait before sending a job run delay notification.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NotificationProperty.Builder> |
serializableBuilderClass() |
NotificationProperty.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Integer notifyDelayAfter()
After a job run starts, the number of minutes to wait before sending a job run delay notification.
public NotificationProperty.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<NotificationProperty.Builder,NotificationProperty>
public static NotificationProperty.Builder builder()
public static Class<? extends NotificationProperty.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.