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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RefreshFailureEmailAlert.BuilderalertStatus(String alertStatus)The status value that determines if email alerts are sent.RefreshFailureEmailAlert.BuilderalertStatus(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 Detail
-
alertStatus
RefreshFailureEmailAlert.Builder alertStatus(String 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:
RefreshFailureAlertStatus,RefreshFailureAlertStatus
-
alertStatus
RefreshFailureEmailAlert.Builder alertStatus(RefreshFailureAlertStatus 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:
RefreshFailureAlertStatus,RefreshFailureAlertStatus
-
-