Interface NotificationTrigger.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NotificationTrigger.Builder,,NotificationTrigger> SdkBuilder<NotificationTrigger.Builder,,NotificationTrigger> SdkPojo
- Enclosing class:
NotificationTrigger
@Mutable
@NotThreadSafe
public static interface NotificationTrigger.Builder
extends SdkPojo, CopyableBuilder<NotificationTrigger.Builder,NotificationTrigger>
-
Method Summary
Modifier and TypeMethodDescriptionstateValues(Collection<AlertState> stateValues) Alert state(s) that trigger this rule.stateValues(AlertState... stateValues) Alert state(s) that trigger this rule.stateValuesWithStrings(String... stateValues) Alert state(s) that trigger this rule.stateValuesWithStrings(Collection<String> stateValues) Alert state(s) that trigger this rule.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
stateValuesWithStrings
Alert state(s) that trigger this rule. Empty / omitted = any state.
- Parameters:
stateValues- Alert state(s) that trigger this rule. Empty / omitted = any state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stateValuesWithStrings
Alert state(s) that trigger this rule. Empty / omitted = any state.
- Parameters:
stateValues- Alert state(s) that trigger this rule. Empty / omitted = any state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stateValues
Alert state(s) that trigger this rule. Empty / omitted = any state.
- Parameters:
stateValues- Alert state(s) that trigger this rule. Empty / omitted = any state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stateValues
Alert state(s) that trigger this rule. Empty / omitted = any state.
- Parameters:
stateValues- Alert state(s) that trigger this rule. Empty / omitted = any state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-