Interface RefreshFailureEmailAlert.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RefreshFailureEmailAlert.Builder,
,RefreshFailureEmailAlert> SdkBuilder<RefreshFailureEmailAlert.Builder,
,RefreshFailureEmailAlert> SdkPojo
- Enclosing class:
RefreshFailureEmailAlert
@Mutable
@NotThreadSafe
public static interface RefreshFailureEmailAlert.Builder
extends SdkPojo, CopyableBuilder<RefreshFailureEmailAlert.Builder,RefreshFailureEmailAlert>
-
Method Summary
Modifier and TypeMethodDescriptionalertStatus
(String alertStatus) The status value that determines if email alerts are sent.alertStatus
(RefreshFailureAlertStatus alertStatus) The status value that determines if email alerts are sent.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 Details
-
alertStatus
The status value that determines if email alerts are sent.
- Parameters:
alertStatus
- The status value that determines if email alerts are sent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
alertStatus
The status value that determines if email alerts are sent.
- Parameters:
alertStatus
- The status value that determines if email alerts are sent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-