public static interface Notification.Builder extends CopyableBuilder<Notification.Builder,Notification>
| Modifier and Type | Method and Description |
|---|---|
Notification.Builder |
comparisonOperator(ComparisonOperator comparisonOperator)
Sets the value of the ComparisonOperator property for this object.
|
Notification.Builder |
comparisonOperator(String comparisonOperator)
Sets the value of the ComparisonOperator property for this object.
|
Notification.Builder |
notificationType(NotificationType notificationType)
Sets the value of the NotificationType property for this object.
|
Notification.Builder |
notificationType(String notificationType)
Sets the value of the NotificationType property for this object.
|
Notification.Builder |
threshold(Double threshold)
Sets the value of the Threshold property for this object.
|
Notification.Builder |
thresholdType(String thresholdType)
Sets the value of the ThresholdType property for this object.
|
Notification.Builder |
thresholdType(ThresholdType thresholdType)
Sets the value of the ThresholdType property for this object.
|
copyapply, buildNotification.Builder notificationType(String notificationType)
notificationType - The new value for the NotificationType property for this object.NotificationType,
NotificationTypeNotification.Builder notificationType(NotificationType notificationType)
notificationType - The new value for the NotificationType property for this object.NotificationType,
NotificationTypeNotification.Builder comparisonOperator(String comparisonOperator)
comparisonOperator - The new value for the ComparisonOperator property for this object.ComparisonOperator,
ComparisonOperatorNotification.Builder comparisonOperator(ComparisonOperator comparisonOperator)
comparisonOperator - The new value for the ComparisonOperator property for this object.ComparisonOperator,
ComparisonOperatorNotification.Builder threshold(Double threshold)
threshold - The new value for the Threshold property for this object.Notification.Builder thresholdType(String thresholdType)
thresholdType - The new value for the ThresholdType property for this object.ThresholdType,
ThresholdTypeNotification.Builder thresholdType(ThresholdType thresholdType)
thresholdType - The new value for the ThresholdType property for this object.ThresholdType,
ThresholdTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.