Interface AlertManagerDefinitionStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AlertManagerDefinitionStatus.Builder,AlertManagerDefinitionStatus>,SdkBuilder<AlertManagerDefinitionStatus.Builder,AlertManagerDefinitionStatus>,SdkPojo
- Enclosing class:
- AlertManagerDefinitionStatus
public static interface AlertManagerDefinitionStatus.Builder extends SdkPojo, CopyableBuilder<AlertManagerDefinitionStatus.Builder,AlertManagerDefinitionStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AlertManagerDefinitionStatus.BuilderstatusCode(String statusCodeValue)The current status of the alert manager.AlertManagerDefinitionStatus.BuilderstatusCode(AlertManagerDefinitionStatusCode statusCodeValue)The current status of the alert manager.AlertManagerDefinitionStatus.BuilderstatusReason(String statusReason)If there is a failure, the reason for the failure.-
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
-
statusCode
AlertManagerDefinitionStatus.Builder statusCode(String statusCodeValue)
The current status of the alert manager.
- Parameters:
statusCodeValue- The current status of the alert manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AlertManagerDefinitionStatusCode,AlertManagerDefinitionStatusCode
-
statusCode
AlertManagerDefinitionStatus.Builder statusCode(AlertManagerDefinitionStatusCode statusCodeValue)
The current status of the alert manager.
- Parameters:
statusCodeValue- The current status of the alert manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AlertManagerDefinitionStatusCode,AlertManagerDefinitionStatusCode
-
statusReason
AlertManagerDefinitionStatus.Builder statusReason(String statusReason)
If there is a failure, the reason for the failure.
- Parameters:
statusReason- If there is a failure, the reason for the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-